slackbuilds/python/python-Levenshtein
Heinz Wiesinger 926b93d445 various: Replace chmod command with find command from template.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2013-11-25 13:11:59 +01:00
..
README python/python-Levenshtein: Added (string distance calculation) 2012-05-07 12:18:08 -05:00
python-Levenshtein.SlackBuild various: Replace chmod command with find command from template. 2013-11-25 13:11:59 +01:00
python-Levenshtein.info python/python-Levenshtein: sed s,distribute,pysetuptools, *.info 2013-07-14 17:08:13 -05:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

README

Levenshtein Python extension and C library.

The Levenshtein Python C extension module contains functions for fast
computation of
- Levenshtein (edit) distance, and edit operations
- string similarity
- approximate median strings, and generally string averaging
- string sequence and set similarity
It supports both normal and Unicode strings.