[ 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.17)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: python
- 交互式高级面向对象语言(Python2 版本)
- dep: python (<< 2.8)
- dep: python (>= 2.7~)
-
- dep: python-pkg-resources
- Package Discovery and Resource Access using pkg_resources