1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Source: libtext-levenshtein-damerau-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dominique Dumont <dod@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtext-levenshtein-damerau-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtext-levenshtein-damerau-perl.git
Homepage: https://metacpan.org/release/Text-Levenshtein-Damerau
Package: libtext-levenshtein-damerau-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends}
Description: 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.
|