[ bianca ]
[ 源代码: python-levenshtein ]
软件包:python3-levenshtein(0.27.1-2)
python3-levenshtein 的相关链接
下载源码包 python-levenshtein:
- [python-levenshtein_0.27.1-2.debian.tar.xz]
- [python-levenshtein_0.27.1-2.dsc]
- [python-levenshtein_0.27.1.orig.tar.gz]
维护者:
外部的资源:
- 主页 [maxbachmann.github.io]
相似软件包:
extension for computing string similarities and edit distances (Python 3)
The Levenshtein module computes Levenshtein distances, similarity ratios, generalized medians and set medians of Unicode or non-Unicode strings. Because it's implemented in C, it's much faster than the corresponding Python library functions and methods.
The Levenshtein distance is the minimum number of single-character insertions, deletions, and substitutions to transform one string into another.
It is useful for spell checking, or fuzzy matching of gettext messages.
This package contains Levenshtein for Python 3.
其他与 python3-levenshtein 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.14)
- GNU C Library: Shared libraries
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libgcc-s1 (>= 3.3.1)
- GCC support library
-
- dep: libstdc++6 (>= 11)
- GNU Standard C++ Library v3
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (<< 3.14)
- dep: python3 (>= 3.13~)
-
- dep: python3-rapidfuzz
- Rapid fuzzy string matching library (Python library)