[ 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
- pkg_resources を用いたパッケージ検索およびリソースアクセス