tonytonyjan / jaro_winkler

Ruby & C implementation of Jaro-Winkler distance algorithm which supports UTF-8 string.
MIT License
195 stars 29 forks source link

fix: raises TypeError when input type is not string #25

Closed tonytonyjan closed 5 years ago

tonytonyjan commented 5 years ago

closes #24