slackbuilds_ponce/python/python-Levenshtein
dsomero 302d9501d0 python/python-Levenshtein: Requires distribute.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2012-08-28 00:30:06 -05:00
..
python-Levenshtein.info python/python-Levenshtein: Requires distribute. 2012-08-28 00:30:06 -05:00
python-Levenshtein.SlackBuild python/python-Levenshtein: Added (string distance calculation) 2012-05-07 12:18:08 -05:00
README python/python-Levenshtein: Added (string distance calculation) 2012-05-07 12:18:08 -05:00
slack-desc python/python-Levenshtein: Added (string distance calculation) 2012-05-07 12:18:08 -05:00

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.