File: control

package info (click to toggle)
liblingua-stem-perl 0.84-1
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 4,592 kB
  • ctags: 115
  • sloc: perl: 2,488; makefile: 68
file content (26 lines) | stat: -rw-r--r-- 1,111 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
Source: liblingua-stem-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 5)
Build-Depends-Indep: perl (>= 5.8.0-7), liblingua-stem-snowball-da-perl, liblingua-pt-stemmer-perl, libsnowball-norwegian-perl, libsnowball-swedish-perl, libtext-german-perl
Maintainer: Dominic Hargreaves <dom@earth.li>
Standards-Version: 3.8.4
Homepage: http://search.cpan.org/dist/Lingua-Stem/

Package: liblingua-stem-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends},
         liblingua-pt-stemmer-perl, libsnowball-norwegian-perl (>= 1.0),
	     libsnowball-swedish-perl (>= 1.01), liblingua-stem-snowball-da-perl,
         libtext-german-perl
Conflicts: liblingua-stem-fr-perl, liblingua-stem-it-perl,
           liblingua-stem-ru-perl
Provides: liblingua-stem-fr-perl, liblingua-stem-it-perl,
          liblingua-stem-ru-perl
Description:  Stemming of words
 This routine applies stemming algorithms to its parameters,
 returning the stemmed words as appropriate to the selected
 locale.
 .
 This package also includes the extra modules Lingua::Stem::Fr,
 Lingua::Stem::It, and Lingua::Stem::Ru.