aboutsummaryrefslogtreecommitdiff
path: root/devel/py-levenshtein
Commit message (Collapse)AuthorAgeFilesLines
* - Added ${MASTER_SITE_LOCAL} as mirrorNicola Vitale2006-12-091-1/+3
| | | | | | | | | PR: 104791 Submitted by: Aron Stansvik <elvstone@gmail.com> Approved by: alexbl (mentor) Notes: svn path=/head/; revision=179341
* Levenshtein computes Levenshtein distances, similarity ratios, generalizedPav Lucistnik2006-08-314-0/+34
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> Notes: svn path=/head/; revision=171743