This module converts Russian names in the form NAME PATRONYMIC to the nominative case. Russian has seven cases; names can appear in any of the seven cases in Russian texts, and the point of the module is to serve as an aid in normalization.
Note that it is not always possible to determine the case of a word just by looking at the endings, especially with foreign names.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
This module really needs Perl 5.8, because of the Unicode support
COPYRIGHT AND LICENCE
This module is distributed under the same terms as Perl itself.
Copyright (C) 2004 Maciej Ceglowski <maciej@ceglowski.com>