Thanks for this great project!
When I tried to install / run the script, the dependency python-Levenshtein would not install successfully on my machine.
I used this package instead and it runs like a charm: https://pypi.org/project/Levenshtein/
I also didn't need to change the import statements since the API is backwards compatible.
Thanks for this great project!
When I tried to install / run the script, the dependency
python-Levenshteinwould not install successfully on my machine.I used this package instead and it runs like a charm:
https://pypi.org/project/Levenshtein/I also didn't need to change the import statements since the API is backwards compatible.