README.md
setup.py
smart_match/__init__.py
smart_match/block_distance.py
smart_match/cosine_similarity.py
smart_match/damerau_levenshtein.py
smart_match/dice_similarity.py
smart_match/euclidean_distance.py
smart_match/exact.py
smart_match/generalized_jaccard.py
smart_match/generalized_overlap_coefficient.py
smart_match/gram.py
smart_match/hamming_distance.py
smart_match/jaccard.py
smart_match/jaro.py
smart_match/jaro_winkler.py
smart_match/levenshtein.py
smart_match/longest_common_subsequence.py
smart_match/longest_common_substring.py
smart_match/mat_sim.py
smart_match/monge_elkan.py
smart_match/needleman_wunch.py
smart_match/overlap_coefficient.py
smart_match/simon_white.py
smart_match/smith_waterman.py
smart_match/smith_waterman_gotoh.py
smart_match/tanimoto_coefficient.py
smart_match.egg-info/PKG-INFO
smart_match.egg-info/SOURCES.txt
smart_match.egg-info/dependency_links.txt
smart_match.egg-info/top_level.txt
tests/__init__.py
tests/test_block_distance.py
tests/test_cosine_similarity.py
tests/test_damerau_levenshtein.py
tests/test_dice_similarity.py
tests/test_euclidean_distance.py
tests/test_generalized_jaccard.py
tests/test_generalized_overlap_coefficient.py
tests/test_hamming_distance.py
tests/test_jaccard.py
tests/test_jaro.py
tests/test_jaro_winkler.py
tests/test_levenshtein.py
tests/test_longest_common_subsequence.py
tests/test_longest_common_substring.py
tests/test_monge_elkan.py
tests/test_needleman_wunch.py
tests/test_overlap_coefficient.py
tests/test_simon_white.py
tests/test_smith_waterman.py
tests/test_smith_waterman_gotoh.py
tests/test_tanimoto_coefficient.py