aboutsummaryrefslogtreecommitdiff
path: root/python/python2-Levenshtein/README
diff options
context:
space:
mode:
authorDave Woodfall <dave@slackbuilds.org>2021-05-03 06:48:47 +0100
committerRobby Workman <rworkman@slackbuilds.org>2021-05-03 01:49:56 -0500
commite5286256a9fd41c98637113ff48617051fcaec3f (patch)
treefc3d23bd82c2c7ad6643a0d693c256af815f639f /python/python2-Levenshtein/README
parent0dc52667fc998173e7ef13967759e25f344e7e87 (diff)
python/python-Levenshtein: Renamed python2-Levenshtein.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Diffstat (limited to 'python/python2-Levenshtein/README')
-rw-r--r--python/python2-Levenshtein/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/python/python2-Levenshtein/README b/python/python2-Levenshtein/README
new file mode 100644
index 0000000000..d931876c54
--- /dev/null
+++ b/python/python2-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.