py-editdist


calculate the Levenshtein edit distance between two strings

py-editdist is a Python module to calculate the Levenshtein edit distance between two strings. It is implemented as a CPython module and is quite fast.

py-editdist is licensed under a ISC/BSD licence. See the LICENSE file for details.

Project Information

The project was created on Mar 28, 2011.

Labels:
Algorithm