fuzzysearch/tests
Tal Einat c873b767e7
fix Levenshtein ngrams search sometimes returning too short matches
2020-05-07 16:45:52 +03:00
..
__init__.py initial commit (project framework) 2013-11-02 00:34:18 +02:00
compat.py remove external dependency on the 'six' package 2019-04-26 16:38:33 +03:00
test_common.py include the matched part of the sequence in Match objects 2020-01-14 15:40:39 +02:00
test_find_near_matches.py include the matched part of the sequence in Match objects 2020-01-14 15:40:39 +02:00
test_find_near_matches_in_file.py include the matched part of the sequence in Match objects 2020-01-14 15:40:39 +02:00
test_generic_search.py fix wrong result when allowing only deletions 2020-04-06 21:18:20 +03:00
test_generic_search_cython.py fix wrong result when allowing only deletions 2020-04-06 21:18:20 +03:00
test_levenshtein.py fix Levenshtein ngrams search sometimes returning too short matches 2020-05-07 16:45:52 +03:00
test_memmem.py remove external dependency on the 'six' package 2019-04-26 16:38:33 +03:00
test_no_deletions.py include the matched part of the sequence in Match objects 2020-01-14 15:40:39 +02:00
test_search_exact.py refactor: add a class for each type of search 2019-04-29 00:16:16 +03:00
test_substitutions_only.py include the matched part of the sequence in Match objects 2020-01-14 15:40:39 +02:00
utils.py remove external dependency on the 'six' package 2019-04-26 16:38:33 +03:00