diff options
author | Janis Eisaks <jancs@dv.lv> | 2012-05-05 12:21:09 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-05-07 12:18:08 -0500 |
commit | 2d41f5ec0ff540a6b326d2d06b38b7fc70aef5c0 (patch) | |
tree | 450e5ff75ea30d010e76788eaa126e3d2a17303c /python/python-Levenshtein/slack-desc | |
parent | 6f8dd33bc840e28312843c48aa8eed66a435f696 (diff) | |
download | slackbuilds-2d41f5ec0ff540a6b326d2d06b38b7fc70aef5c0.tar.gz |
python/python-Levenshtein: Added (string distance calculation)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'python/python-Levenshtein/slack-desc')
-rw-r--r-- | python/python-Levenshtein/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python-Levenshtein/slack-desc b/python/python-Levenshtein/slack-desc new file mode 100644 index 0000000000..90994ff7f9 --- /dev/null +++ b/python/python-Levenshtein/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +python-Levenshtein: python-Levenshtein (string distance calculation module) +python-Levenshtein: +python-Levenshtein: python-levenhstein is a C extension module for Python that can be +python-Levenshtein: used for fast calculation of string distances with the Levenshtein +python-Levenshtein: algorithm, as well as some other methods. +python-Levenshtein: +python-Levenshtein: The python-Levenshtein website can be found at: +python-Levenshtein: http://trific.ath.cx/resources/python/levenshtein/ +python-Levenshtein: +python-Levenshtein: +python-Levenshtein: |