[ buster ]
[ 原始碼: python-levenshtein ]
套件:python-levenshtein(0.12.0-3)
python-levenshtein 的相關連結
Debian 的資源:
下載原始碼套件 python-levenshtein:
- [python-levenshtein_0.12.0-3.dsc]
- [python-levenshtein_0.12.0.orig.tar.gz]
- [python-levenshtein_0.12.0-3.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
extension for computing string similarities and edit distances
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.
其他與 python-levenshtein 有關的套件
|
|
|
|
-
- dep: libc6 (>= 2.14) [amd64]
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
- dep: libc6 (>= 2.17) [arm64]
- dep: libc6 (>= 2.4) [armhf, i386]
-
- dep: python
- interactive high-level object-oriented language (Python2 version)
- dep: python (<< 2.8)
- dep: python (>= 2.7~)
-
- dep: python-pkg-resources
- Package Discovery and Resource Access using pkg_resources