2018-04-30 08:43:15 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-jellyfish: updated to 0.6.1
0.6.1:
fixed wheel release issue
|
2018-04-09 09:34:15 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
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
|
2017-07-31 00:32:28 by Thomas Klausner | Files touched by this commit (229) |
Log message:
Switch github HOMEPAGEs to https.
|
2017-05-09 15:17:59 by Leonardo Taccari | Files touched by this commit (4) |
Log message:
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
|