diff options
| author | Jeremy Hansen <jebrhansen+SBo@gmail.com> | 2024-03-22 08:52:31 +0700 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-22 09:22:03 +0700 |
| commit | 0687ce7a8d3412795bf7c8a9a71409030c90bb88 (patch) | |
| tree | 71b4566fbc47365cc15f2f69565cad0bd2f18cd6 /python/python3-levenshtein/slack-desc | |
| parent | 561975db5662a69b97d90daf8be2d70798e8a51b (diff) | |
python/python3-levenshtein: Added (C extension module for fast computation).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-levenshtein/slack-desc')
| -rw-r--r-- | python/python3-levenshtein/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python3-levenshtein/slack-desc b/python/python3-levenshtein/slack-desc new file mode 100644 index 0000000000..da242f8f72 --- /dev/null +++ b/python/python3-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 ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +python3-levenshtein: python3-levenshtein (Compute string edit distances and similarities) +python3-levenshtein: +python3-levenshtein: The Levenshtein Python C extension module contains functions for +python3-levenshtein: fast computation of Levenshtein distance and string similarity. +python3-levenshtein: +python3-levenshtein: HOMEPAGE: https://rapidfuzz.github.io/Levenshtein +python3-levenshtein: +python3-levenshtein: +python3-levenshtein: +python3-levenshtein: +python3-levenshtein: |
