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