liblingua-en-inflect-number-perl 1.12-3 source package in Ubuntu

Changelog

liblingua-en-inflect-number-perl (1.12-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + liblingua-en-inflect-number-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Sat, 19 Nov 2022 16:20:19 +0000

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
liblingua-en-inflect-number-perl_1.12-3.dsc 2.2 KiB 38cbcd125d458ccc8134c5af8b1e9707300f5f1b90719d35fc4021ecd1e10637
liblingua-en-inflect-number-perl_1.12.orig.tar.gz 10.0 KiB 66fb33838512746f5c597e80264fea66643f7f26570ec2f9205b6135ad67acbf
liblingua-en-inflect-number-perl_1.12-3.debian.tar.xz 2.9 KiB a420979a183d87db7de84bb47028b5e30eca0a9d85cad1151a695cfd572a2a75

Available diffs

No changes file available.

Binary packages built by this source

liblingua-en-inflect-number-perl: 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.