- normalize NAME
-
Given a first name and a patronymic, returns the name and patronymic in the nominative case.
- transliterate STRING
-
Transliterates the string from Cyrillic to Latin.
NAME
Lingua::RU::NameParse - Normalize Russian names
SYNOPSIS
use Lingua::EN::NameParse;
my $p = Lingua::EN::NameParse->new();
my $norm = $p->normalize("Карлу Марксу");
DESCRIPTION
Takes case endings off of Russian proper names, and normalizes them to the nominative. For the moment works only with first name + patronymic.
AUTHOR
Maciej Ceglowski <maciej@ceglowski.com>
3 POD Errors
The following errors were encountered while parsing the POD:
- Around line 17:
'=item' outside of any '=over'
- Around line 154:
You forgot a '=back' before '=head1'
- Around line 164:
Non-ASCII character seen before =encoding in '$p->normalize("Карлу'. Assuming UTF-8