Open ztane opened 10 years ago
You might want to start with the Translate Toolkits pure Python implementation at: https://github.com/translate/translate/blob/master/translate/search/lshtein.py
Or maybe this one: https://pypi.python.org/pypi/pylev/1.3.0 Which is not GPL
Thanks ;-)
Clearly there would be a need for a pure python implementation, and the C lib as a fallback only.