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

Fixed issue of final H in nysiis() in _jellyfish.py #117

Closed ahood closed 5 years ago

ahood commented 5 years ago

Added additional or clause on line 281 to check if the H is the last letter in the name. Fixes issue #115 opened by me.