File: control

package info (click to toggle)
liblingua-stem-snowball-perl 0.952-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 2,164 kB
  • ctags: 6,367
  • sloc: ansic: 30,658; perl: 647; makefile: 11
file content (31 lines) | stat: -rw-r--r-- 1,297 bytes parent folder | download
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).