luozhouyang / python-string-similarity

A library implementing different string similarity and distance measures using Python.
MIT License
991 stars 127 forks source link

fix ngram distance for strings shorter than N #29

Closed adamko147 closed 3 years ago

adamko147 commented 3 years ago

fix #28

luozhouyang commented 3 years ago

Thanks!