[ 源代码: libtext-levenshtein-damerau-perl ]
软件包:libtext-levenshtein-damerau-perl(0.41-1)
libtext-levenshtein-damerau-perl 的相关链接
Debian 的资源:
下载源码包 libtext-levenshtein-damerau-perl:
- [libtext-levenshtein-damerau-perl_0.41-1.dsc]
- [libtext-levenshtein-damerau-perl_0.41.orig.tar.gz]
- [libtext-levenshtein-damerau-perl_0.41-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [metacpan.org]
相似软件包:
Edit distance calculator with Damerau Levenshtein algorithm
Text::Levenshtein::Damerau module returns the true Damerau Levenshtein edit distance of strings with adjacent transpositions. Useful for fuzzy matching, DNA variation metrics, and fraud detection.
Defaults to using Pure Perl Text::Levenshtein::Damerau::PP. This module can use Text::Levenshtein::Damerau::XS for massive speed improvements. Works correctly with utf8 if backend supports it.