パッケージ: python3-levenshtein (0.12.2-1)
python3-levenshtein に関するリンク
Debian の資源:
python-levenshtein ソースパッケージをダウンロード:
- [python-levenshtein_0.12.2-1.dsc]
- [python-levenshtein_0.12.2.orig.tar.xz]
- [python-levenshtein_0.12.2-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
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 ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: python3
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)
- dep: python3 (<< 3.10)
- dep: python3 (>= 3.9~)
-
- dep: python3-pkg-resources
- pkg_resources を用いたパッケージ検索およびリソースアクセス