Lingua::RU::Numeric::Declension - Chooses variant of declension dependent on the number


Lingua-Ru-Numeric-Declension documentation  | view source Contained in the Lingua-Ru-Numeric-Declension distribution.

Index


NAME

Top

Lingua::RU::Numeric::Declension - Chooses variant of declension dependent on the number

SYNOPSIS

Top

	use Lingua::RU::Numeric::Declension "numdecl";
	printf "%i %s", 38, numdecl(38, 'parrot', 'parrota', 'parrotov');




ABSTRACT

Top

Lingua::RU::Numeric::Declension chooses which version of a word form to use this a particular number.

DESCRIPTION

Top

Module exports the only subroutine numdecl which accepts the number and three forms of a word related to that number. Return value is always a string with one of the given forms, result does not contain the number itself. These forms must appear in subroutine call in the following order: nominative case, genitive case and plural form. Use simple mnemonic rule to remember the order: instead of thinking of grammar cases, just substitute word forms which should be used with numbers 1, 2 and 5.

AUTHOR

Top

Andrew Shitov, <andy@shitov.ru>

COPYRIGHT AND LICENSE

Top


Lingua-Ru-Numeric-Declension documentation  | view source Contained in the Lingua-Ru-Numeric-Declension distribution.