text_statistics_utils
This file contains functions that can generates hand-crafted features from the text
Module Contents
Functions
|
|
|
|
|
|
|
|
|
- text_statistics_utils.count_misspelled_words(text: str, spellcheck: src.spell_checker.SmartSpellChecker) Dict[str, int]