spellcheck_preprocessing
Module Contents
Classes
- 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