slackbuilds/python/python-Levenshtein
David Spencer 5e09ad4440 python/python-Levenshtein: Updated homepage and download links.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2017-05-20 06:54:41 +07:00
..
README python/python-Levenshtein: Added (string distance calculation) 2012-05-07 12:18:08 -05:00
python-Levenshtein.SlackBuild python/python-Levenshtein: Allow VERSION override, i486=>i586. 2017-03-25 13:29:49 +00:00
python-Levenshtein.info python/python-Levenshtein: Updated homepage and download links. 2017-05-20 06:54:41 +07:00
slack-desc python/python-Levenshtein: Updated homepage and download links. 2017-05-20 06:54:41 +07: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.