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 26 27 28 29 30 31
|
Source: liblingua-stem-snowball-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9),
libmodule-build-perl,
perl,
libextutils-cbuilder-perl,
libextutils-parsexs-perl,
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dominic Hargreaves <dom@earth.li>
Standards-Version: 3.9.7
Homepage: https://metacpan.org/release/Lingua-Stem-Snowball/
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/liblingua-stem-snowball-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/liblingua-stem-snowball-perl.git
Package: liblingua-stem-snowball-perl
Architecture: any
Depends: ${perl:Depends},
${shlibs:Depends},
${misc:Depends},
Description: Perl interface to Snowball stemmers
Stemming reduces related words to a common root form. For instance, "horse",
"horses", and "horsing" all become "hors". Most commonly, stemming is
deployed as part of a search application, allowing searches for a given term
to match documents which contain other forms of that term.
.
This module is very similar to Lingua::Stem|Lingua::Stem -- however,
Lingua::Stem is pure Perl, while Lingua::Stem::Snowball is an XS module which
provides a Perl interface to the C version of the Snowball stemmers.
(http://snowball.tartarus.org).
|