File: control

package info (click to toggle)
liblingua-en-inflect-number-perl 1.12-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 104 kB
  • ctags: 5
  • sloc: perl: 44; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 1,434 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
32
33
34
Source: liblingua-en-inflect-number-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
                     liblingua-en-inflect-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/liblingua-en-inflect-number-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/liblingua-en-inflect-number-perl.git
Homepage: https://metacpan.org/release/Lingua-EN-Inflect-Number

Package: liblingua-en-inflect-number-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         liblingua-en-inflect-perl
Description: Perl module to force number of words to singular or plural
 The Lingua::EN::Inflect::Number module extends the functionality of
 Lingua::EN::Inflect (the liblingua-en-inflect-perl package) with three new
 functions.
 .
 number() takes a word, and determines its number. It returns whether
 the word is singular, plural, or ambiguous for words that can be
 either singular or plural.
 .
 Based on the number() function there are to_S() and to_PL() which
 take a word and convert it forcefully either to singular or to
 plural. In Lingua::EN::Inflect funny things happen if you try to
 pluralise an already-plural word, but this module does the right
 thing.