| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 
 | Source: liblingua-en-inflect-number-perl
Section: perl
Priority: optional
Maintainer: Stephen Quinney <stephen@jadevine.org.uk>
Build-Depends-Indep: debhelper (>= 4), perl (>= 5.6.0-16), liblingua-en-inflect-perl, libtest-simple-perl | perl (>= 5.8.3)
Standards-Version: 3.6.1.1
Package: liblingua-en-inflect-number-perl
Architecture: all
Depends: ${perl:Depends}, liblingua-en-inflect-perl
Description: Force number of words to singular or plural
 This 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.
 |