[ 原始碼: python-tinyalign ]
套件:python3-tinyalign(0.2-5 以及其他的)
python3-tinyalign 的相關連結
Debian 的資源:
下載原始碼套件 python-tinyalign:
- [python-tinyalign_0.2-5.dsc]
- [python-tinyalign_0.2.orig.tar.gz]
- [python-tinyalign_0.2-5.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
numerical representation of differences between strings
A small Python module providing edit distance (aka Levenshtein distance, that is, counting insertions, deletions and substitutions) and Hamming distance computation.
Its main purpose is to speed up computation of edit distance by allowing to specify a maximum number of differences maxdiff (banding). If that parameter is provided, the returned edit distance is anly accurate up to maxdiff. That is, if the actual edit distance is higher than maxdiff, a value larger than maxdiff is returned, but not necessarily the actual edit distance.
其他與 python3-tinyalign 有關的套件
|
|
|
|
-
- dep: libc6 (>= 2.17)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (<< 3.10)
- dep: python3 (>= 3.9~)