1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: libtext-brew-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Don Armstrong <don@debian.org>
Build-Depends: debhelper (>= 9.20120312)
Build-Depends-Indep: perl
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtext-brew-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtext-brew-perl.git
Homepage: https://metacpan.org/release/Text-Brew
Package: libtext-brew-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: perl implementation of Brew edit distance
Text::Brew implements the Brew edit distance that is very close to
the dynamic programming technique used for the Wagner-Fischer (and so
for the Levenshtein) edit distance. For more information about the
Brew edit distance see:
<http://ling.ohio-state.edu/~cbrew/795M/string-distance.html>
|