diff options
Diffstat (limited to 'libraries/python-levenshtein/README')
-rw-r--r-- | libraries/python-levenshtein/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/python-levenshtein/README b/libraries/python-levenshtein/README new file mode 100644 index 0000000000000..e85f563228662 --- /dev/null +++ b/libraries/python-levenshtein/README @@ -0,0 +1,4 @@ +python-levenhstein is a C extension module for Python that can be +used for fast calculation of string distances with the Levenshtein +algorithm, as well as some other methods. + |