File: control

package info (click to toggle)
liblingua-stem-fr-perl 0.02-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 108 kB
  • sloc: perl: 303; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,027 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
Source: liblingua-stem-fr-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dominic Hargreaves <dom@earth.li>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/liblingua-stem-fr-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/liblingua-stem-fr-perl.git
Homepage: https://metacpan.org/release/Lingua-Stem-Fr
Rules-Requires-Root: no

Package: liblingua-stem-fr-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Breaks: liblingua-stem-perl (<< 0.84-2)
Replaces: liblingua-stem-perl (<< 0.84-2)
Multi-Arch: foreign
Description: Perl French stemmer
 Lingua::Stem::Fr uses a modified version of the Porter Stemming Algorithm
 to return a stemmed words.
 .
 The algorithm is implemented as described in:
 http://snowball.tartarus.org/french/stemmer.html
 with some improvements.