lookout.style.typos.tests.test_generation

Module Contents

lookout.style.typos.tests.test_generation.TEST_DATA_PATH
lookout.style.typos.tests.test_generation.FASTTEXT_DUMP_FILE
lookout.style.typos.tests.test_generation.VOCABULARY_FILE
class lookout.style.typos.tests.test_generation.CandidatesSplitTest

Bases:unittest.TestCase

classmethod setUpClass(cls)
test_get_candidates_tokens(self)
test_get_candidates_features(self)
class lookout.style.typos.tests.test_generation.GeneratorTest

Bases:unittest.TestCase

classmethod setUpClass(cls)
test_save_load(self)
test_generate_candidates(self)
test_expand_vocabulary(self)