lookout.style.typos.tests.test_corrector_utils

Module Contents

lookout.style.typos.tests.test_corrector_utils.TEST_DATA_PATH
class lookout.style.typos.tests.test_corrector_utils.PreprocessingTest

Bases:unittest.TestCase

test_filter_splits(self)
test_print_frequencies(self)
class lookout.style.typos.tests.test_corrector_utils.ReadDataTest

Bases:unittest.TestCase

test_read_functions(self)
class lookout.style.typos.tests.test_corrector_utils.DataTransformationsTest

Bases:unittest.TestCase

classmethod setUpClass(cls)
test_flatten_data(self)
test_add_context_info(self)
class lookout.style.typos.tests.test_corrector_utils.RankCandidatesTest

Bases:unittest.TestCase

classmethod setUpClass(cls)
test_rank_candidates(self)
test_suggestions_to_df(self)
test_suggestions_to_flat_df(self)