diff options
Diffstat (limited to 'python/python-Levenshtein/README')
-rw-r--r-- | python/python-Levenshtein/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/python/python-Levenshtein/README b/python/python-Levenshtein/README new file mode 100644 index 0000000000..d931876c54 --- /dev/null +++ b/python/python-Levenshtein/README @@ -0,0 +1,9 @@ +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. |