Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Similarity function support for Python 2 #104

Open
jayvdb opened this issue Apr 19, 2020 · 0 comments
Open

Similarity function support for Python 2 #104

jayvdb opened this issue Apr 19, 2020 · 0 comments
Assignees

Comments

@jayvdb
Copy link
Owner

jayvdb commented Apr 19, 2020

#30 is the overarching issue for Python 2.

textdistance.RatcliffObershelp does not work on Python 2, which is causing parts of the failures on Python 2.

string_distance.ratcliff_obershelp looks very good, and is native so should be faster, but isnt installable on Python 2.

difflib.SequenceMatcher could be usable.

But for the moment, I am going with abydos.distance.RatcliffObershelp().dist

@jayvdb jayvdb self-assigned this Apr 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant