jamesturk / jellyfish

🪼 a python library for doing approximate and phonetic matching of strings.
https://jamesturk.github.io/jellyfish/
MIT License
2.07k stars 160 forks source link

Refined Soundex and Jaro #103

Closed DonaldTsang closed 6 years ago

DonaldTsang commented 6 years ago

These could be directly ported into Jellyfish as these are C files

jamesturk commented 6 years ago

i'm open to PRs if there's a need to, but I don't think there's a clear reason to switch to any of these implementations- at least jaro is almost identical to what we started w/