Skip to content

Latest commit

 

History

History
46 lines (24 loc) · 1.6 KB

preprocessors.rst

File metadata and controls

46 lines (24 loc) · 1.6 KB

deeppavlov.models.preprocessors

deeppavlov.models.preprocessors.assemble_embeddings_matrix.EmbeddingsMatrixAssembler

deeppavlov.models.preprocessors.capitalization.CapitalizationPreprocessor

deeppavlov.models.preprocessors.capitalization.process_word

deeppavlov.models.preprocessors.capitalization.CharSplittingLowercasePreprocessor

deeppavlov.models.preprocessors.char_splitter.CharSplitter

deeppavlov.models.preprocessors.dirty_comments_preprocessor.DirtyCommentsPreprocessor

__call__

deeppavlov.models.preprocessors.mask.Mask

deeppavlov.models.preprocessors.one_hotter.OneHotter

deeppavlov.models.preprocessors.random_embeddings_matrix.RandomEmbeddingsMatrix

deeppavlov.models.preprocessors.russian_lemmatizer.PymorphyRussianLemmatizer

deeppavlov.models.preprocessors.sanitizer.Sanitizer

deeppavlov.models.preprocessors.siamese_preprocessor.SiamesePreprocessor

deeppavlov.models.preprocessors.str_lower.str_lower

deeppavlov.models.preprocessors.str_token_reverser.StrTokenReverser

__call__

deeppavlov.models.preprocessors.str_utf8_encoder.StrUTF8Encoder

__call__

deeppavlov.models.preprocessors.odqa_preprocessors.DocumentChunker

__call__

deeppavlov.models.preprocessors.odqa_preprocessors.StringMultiplier

__call__