507ecd1f0c
- Add LICENSE - Update WWW - Remove pkg-plist and move it's content into PLIST_FILES - Raise USE_PYTHON to 2.5+ PR: ports/158922 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Approved by: maintainer(timeout, > 20 days)
6 lines
276 B
Text
6 lines
276 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://code.google.com/p/pylevenshtein/
|