maxharlow / csvmatch

🔎 Finds fuzzy matches between CSV files
Other
183 stars 22 forks source link

Upgrade Jellyfish #26

Closed maxharlow closed 5 years ago

maxharlow commented 5 years ago

https://pypi.org/project/jellyfish/

0.7.2+ has Unicode support for Damerau Levenshtein: https://github.com/jamesturk/cjellyfish/pull/5

So can remove hack: https://github.com/maxharlow/csvmatch/blob/master/fuzzylevenshtein.py#L10-L13

maxharlow commented 5 years ago

Fixed with v1.19