🎐 a python library for doing approximate and phonetic matching of strings.
Go to file
James Turk 0765c51d20 improvements to jaro 2010-07-12 15:02:32 -04:00
.gitignore initial commit 2010-07-09 16:37:47 -04:00
hamming.c hamming_distance 2010-07-10 23:39:24 -04:00
jaro.c improvements to jaro 2010-07-12 15:02:32 -04:00
levenshtein.c levenshtein_distance 2010-07-11 00:52:32 -04:00
metaphone.c fix metaphone "ght" case 2010-07-11 04:33:24 -04:00
setup.py this may or may not be metaphone 2010-07-11 04:19:49 -04:00
soundex.c soundex 2010-07-11 01:49:22 -04:00
strfry.h improvements to jaro 2010-07-12 15:02:32 -04:00
strfrymodule.c improvements to jaro 2010-07-12 15:02:32 -04:00
test.py improvements to jaro 2010-07-12 15:02:32 -04:00