Commit graph

4 commits

Author SHA1 Message Date
adam
8ef5382d32 py-jellyfish: updated to 0.6.1
0.6.1:
fixed wheel release issue
2018-04-30 06:43:15 +00:00
adam
86b5ef627b py-jellyfish: updated to 0.6.0
0.6.0:
fix quite a few bugs & differences between C/Py implementations
add wagner-fischer testdata
uppercase soundex result
better error handling in nysiis, soundex, and jaro
2018-04-09 07:34:15 +00:00
wiz
5d86518619 Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
leot
eae6aabf6a Import py-jellyfish-0.5.6 as textproc/py-jellyfish
Jellyfish is a python library for doing approximate and phonetic matching of
strings.

Included Algorithms:

- String comparison:
   * Levenshtein Distance
   * Damerau-Levenshtein Distance
   * Jaro Distance
   * Jaro-Winkler Distance
   * Match Rating Approach Comparison
   * Hamming Distance

- Phonetic encoding:
   * American Soundex
   * Metaphone
   * NYSIIS (New York State Identification and Intelligence System)
   * Match Rating Codex
2017-05-09 13:17:59 +00:00