spellcheck_preprocessing

Module Contents

Classes

SpellcheckTextPreprocessor

class spellcheck_preprocessing.SpellcheckTextPreprocessor(spellcheck: src.spell_checker.SmartSpellChecker)

Bases: src.text_preprocessings.base_preprocessing.BasePreprocessor

preprocess_data(data: pandas.Series) pandas.Series

Performs preprocessing of raw texts, returns cleaned texts

Parameters

X – raw texts

Returns

cleaned texts

_preprocess_text(text: str) str