| Paketname | liblingua-en-inflect-number-perl |
| Beschreibung | Perl module to force number of words to singular or plural |
| Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
| Version | 1.1-5 |
| Sektion | perl |
| Priorität | optional |
| Installierte Größe | 68 Byte |
| Hängt ab von | perl (>= 5.6.0-16), liblingua-en-inflect-perl |
| Empfohlene Pakete | |
| Paketbetreuer | Debian Perl Group |
| Quelle | |
| Paketgröße | 7754 Byte |
| Prüfsumme MD5 | 7b31d85593fad3dc92204b0858821a55 |
| Prüfsumme SHA1 | b438a9961ed98bb27129980ed625bd55ff1ed23f |
| Prüfsumme SHA256 | 7d6624d50a7074cfdeef9fef20a45d5ea6156b5f90a1aedd5321980e1506682b |
| Link zum Herunterladen | liblingua-en-inflect-number-perl_1.1-5_all.deb |
| Ausführliche Beschreibung | 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.
|