From 2d41f5ec0ff540a6b326d2d06b38b7fc70aef5c0 Mon Sep 17 00:00:00 2001 From: Janis Eisaks Date: Sat, 5 May 2012 12:21:09 -0400 Subject: python/python-Levenshtein: Added (string distance calculation) Signed-off-by: dsomero --- python/python-Levenshtein/README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 python/python-Levenshtein/README (limited to 'python/python-Levenshtein/README') 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. -- cgit v1.2.3