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-Levenshtein.SlackBuild
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.