blob: aafd09002f639d14a6aeb92e236b7b9414d7160e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
The Levenshtein Python C extension module contains functions for fast
computation of:
* Levenshtein (edit) distance, and edit operations
* string similarity
* approximate median strings, and generally string averaging
* string sequence and set similarity
It supports both normal and Unicode strings.
Python 2.2 or newer is required; Python 3 is supported.
WWW: https://github.com/ztane/python-Levenshtein
|