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