[ 原始碼: libtext-levenshtein-perl ]
套件:libtext-levenshtein-perl(0.15-1)
libtext-levenshtein-perl 的相關連結
Debian 的資源:
下載原始碼套件 libtext-levenshtein-perl:
- [libtext-levenshtein-perl_0.15-1.dsc]
- [libtext-levenshtein-perl_0.15.orig.tar.gz]
- [libtext-levenshtein-perl_0.15-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [metacpan.org]
相似套件:
implementation of the Levenshtein edit distance
Text::Levenshtein implements the Levenshtein edit distance. The Levenshtein edit distance is a measure of the degree of proximity between two strings. This distance is the number of substitutions, deletions or insertions ("edits") needed to transform one string into the other one (and vice versa). When two strings have distance 0, they are the same.
其他與 libtext-levenshtein-perl 有關的套件
|
|
|
|
-
- dep: libunicode-collate-perl
- Unicode collation algorithm built with fast XSUB
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language