jamesturk / jellyfish

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

jaro and jaro_winkler should return float #78

Closed J535D165 closed 7 years ago

J535D165 commented 7 years ago

Python: jaro_winkler("", "") == 0 C: jaro_winkler("", "") == 0.0

It should be a float in both cases. #68 #76