slackbuilds_ponce/python/python-Levenshtein
Erik Hanson 4248415dde Add REQUIRED field to .info files.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
2012-08-19 21:57:51 -05:00
..
python-Levenshtein.info Add REQUIRED field to .info files. 2012-08-19 21:57:51 -05:00
python-Levenshtein.SlackBuild
README
slack-desc

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.