jamesturk / jellyfish

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

Switched distance to similarity for the Jaro-Winkler Similarity function in the docs #174

Closed AntoineRondelet closed 1 year ago

AntoineRondelet commented 1 year ago

Fixes: #173

jamesturk commented 1 year ago

Thanks for noting this!