7 lines
287 B
Text
7 lines
287 B
Text
|
Levenshtein computes Levenshtein distances, similarity ratios, generalized
|
||
|
medians and set medians of Strings and Unicodes. Becuase it's implemented
|
||
|
in C, it's much faster than corresponding Python library functions and
|
||
|
methods.
|
||
|
|
||
|
WWW: http://trific.ath.cx/resources/python/levenshtein/
|