| Paketname | liblingua-en-inflect-number-perl |
| Beschreibung | Perl module to force number of words to singular or plural |
| Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
| Version | 1.1-5 |
| Sektion | universe/perl |
| Priorität | optional |
| Installierte Größe | 68 Byte |
| Hängt ab von | perl, liblingua-en-inflect-perl |
| Empfohlene Pakete | |
| Paketbetreuer | Ubuntu Developers |
| Quelle | |
| Paketgröße | 7754 Byte |
| Prüfsumme MD5 | aafa5fc28f8a34ae36168d460a685e44 |
| Prüfsumme SHA1 | 0466df66b9e9c7284a9ddeaf9c966905df61a993 |
| Prüfsumme SHA256 | 85bd62b6107cd2d4f3d640c9fa8b646108c18f3a4418d501b257786382e6bbaf |
| 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.
|