summaryrefslogtreecommitdiff
path: root/python/python-Levenshtein/README
diff options
context:
space:
mode:
authorJanis Eisaks <jancs@dv.lv>2012-05-05 12:21:09 -0400
committerErik Hanson <erik@slackbuilds.org>2012-05-07 12:18:08 -0500
commit2d41f5ec0ff540a6b326d2d06b38b7fc70aef5c0 (patch)
tree450e5ff75ea30d010e76788eaa126e3d2a17303c /python/python-Levenshtein/README
parent6f8dd33bc840e28312843c48aa8eed66a435f696 (diff)
downloadslackbuilds-2d41f5ec0ff540a6b326d2d06b38b7fc70aef5c0.tar.gz
python/python-Levenshtein: Added (string distance calculation)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'python/python-Levenshtein/README')
-rw-r--r--python/python-Levenshtein/README9
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.