LICENSE
MANIFEST.in
README.md
mkdocs.yml
setup.py
cjellyfish/damerau_levenshtein.c
cjellyfish/hamming.c
cjellyfish/jaro.c
cjellyfish/jellyfish.h
cjellyfish/jellyfishmodule.c
cjellyfish/levenshtein.c
cjellyfish/metaphone.c
cjellyfish/mra.c
cjellyfish/nysiis.c
cjellyfish/soundex.c
docs/changelog.md
docs/functions.md
docs/index.md
jellyfish/__init__.py
jellyfish/__init__.pyi
jellyfish/_jellyfish.py
jellyfish/porter.py
jellyfish/py.typed
jellyfish/test.py
jellyfish.egg-info/PKG-INFO
jellyfish.egg-info/SOURCES.txt
jellyfish.egg-info/dependency_links.txt
jellyfish.egg-info/top_level.txt
testdata/README.md
testdata/damerau_levenshtein.csv
testdata/hamming.csv
testdata/jaro_distance.csv
testdata/jaro_winkler.csv
testdata/jaro_winkler_longtol.csv
testdata/levenshtein.csv
testdata/match_rating_codex.csv
testdata/match_rating_comparison.csv
testdata/metaphone.csv
testdata/nysiis.csv
testdata/porter.csv
testdata/soundex.csv
testdata/wagner_fischer.csv