luozhouyang / python-string-similarity

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

strsim or strsimpy or pystrsim? #11

Closed fridde closed 4 years ago

fridde commented 4 years ago

I am trying to work with your library (it looks promising and has great documentation), but get confused by the contradiction of strsimpy coexisting with strsim and pystrsim, having different version numbers but the same code and documentation.

Would you mind deleting some of these projects from PyPI or at least documenting the differences?

(Sorry for opening two separate issues, but I felt they addressed different problems)

luozhouyang commented 4 years ago

strsim is deprecated, use strsimpy instead. I have updated README to explain that.