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

Remove python-Levenshtein dependency #833

Closed
valentinsulzer opened this issue Feb 17, 2020 · 0 comments · Fixed by #847
Closed

Remove python-Levenshtein dependency #833

valentinsulzer opened this issue Feb 17, 2020 · 0 comments · Fixed by #847
Assignees

Comments

@valentinsulzer
Copy link
Member

valentinsulzer commented Feb 17, 2020

Manually implement the levenshtein distance calculation to remove this dependency (it isn't very important anyway and only appears in FuzzyDict). Efficiency of the levenshtein distance calculator really doesn't matter as it is only used to give a more informative error message (i.e. won't be used in normal operation)

Formula for levenshtein distance

@valentinsulzer valentinsulzer self-assigned this Feb 21, 2020
valentinsulzer added a commit that referenced this issue Feb 21, 2020
valentinsulzer added a commit that referenced this issue Feb 25, 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

Successfully merging a pull request may close this issue.

1 participant