lookout.style.typos.tests.test_corrector

Module Contents

lookout.style.typos.tests.test_corrector.TEST_DATA_PATH
lookout.style.typos.tests.test_corrector.FASTTEXT_DUMP_FILE
lookout.style.typos.tests.test_corrector.VOCABULARY_FILE
class lookout.style.typos.tests.test_corrector.TyposCorrectorTest

Bases:unittest.TestCase

classmethod setUpClass(cls)
test_processes_number_setter(self)
test_corrector_on_df(self)
test_corrector_on_file(self)
test_expand_vocabulary(self)
test_save_load(self)