2006-08-31 20:06:42 +02:00
|
|
|
Levenshtein computes Levenshtein distances, similarity ratios, generalized
|
2008-06-01 11:42:37 +02:00
|
|
|
medians and set medians of Strings and Unicodes. Because it's implemented
|
2006-08-31 20:06:42 +02:00
|
|
|
in C, it's much faster than corresponding Python library functions and
|
|
|
|
methods.
|
|
|
|
|
|
|
|
WWW: http://trific.ath.cx/resources/python/levenshtein/
|