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

Soundex and nysiis should raise on NoneType or bool #79

Closed J535D165 closed 7 years ago

J535D165 commented 7 years ago

Python: soundex(None) returns None while C raises str argument expected

Same for Nysiis

68 #76