python-Levenshtein icon indicating copy to clipboard operation
python-Levenshtein copied to clipboard

Pure Python implementation

Open ztane opened this issue 11 years ago • 3 comments

Clearly there would be a need for a pure python implementation, and the C lib as a fallback only.

ztane avatar Feb 04 '14 13:02 ztane

You might want to start with the Translate Toolkits pure Python implementation at: https://github.com/translate/translate/blob/master/translate/search/lshtein.py

dwaynebailey avatar Jan 15 '15 14:01 dwaynebailey

Or maybe this one: https://pypi.python.org/pypi/pylev/1.3.0 Which is not GPL

cmdelatorre avatar Nov 30 '15 13:11 cmdelatorre

Thanks ;-)

ztane avatar Nov 30 '15 14:11 ztane