パッケージ: python3-levenshtein-dbg (0.12.2-1)
python3-levenshtein-dbg に関するリンク
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(py3k debug ext)
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 the extensions built for the Python 3 debug interpreter.
その他の python3-levenshtein-dbg 関連パッケージ
|
|
|
|
-
- dep: libc6 (>= 2.4)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: python3-dbg (<< 3.10)
- debug build of the Python 3 Interpreter (version 3.9)
- dep: python3-dbg (>= 3.9~)
-
- dep: python3-levenshtein (= 0.12.2-1)
- extension for computing string similarities and edit distances (Python 3)