aa86d42498
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/ PR: ports/102702 Submitted by: Aron Stansvik <elvstone@gmail.com>
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. 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/
|