mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
2d41f5ec0f
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
9 lines
344 B
Text
9 lines
344 B
Text
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.
|