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/README | |
| 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/README')
| -rw-r--r-- | python/python3-levenshtein/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/python/python3-levenshtein/README b/python/python3-levenshtein/README new file mode 100644 index 0000000000..6070723701 --- /dev/null +++ b/python/python3-levenshtein/README @@ -0,0 +1,7 @@ +python3-levenshtein (Compute string edit distances and similarities) + +The Levenshtein Python C extension module contains functions for +fast computation of Levenshtein distance and string similarity. + +NOTE: Unable to support newer versions than 0.17.0 due to requiring a +newer Cython than included in Slackware (needs 3.0.2). |
