You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Robby Workman 065bbe93dc Multiple: Fixed .info file (removed pysetuptools) 10 years ago
..
README python/python-Levenshtein: Added (string distance calculation) 14 years ago
python-Levenshtein.SlackBuild various: Replace chmod command with find command from template. 12 years ago
python-Levenshtein.info Add REQUIRED field to .info files. 13 years ago
slack-desc various: Fix slack-desc formatting and comment nit picks. 12 years ago

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.