| Lingua-RU-NameParse documentation | view source | Contained in the Lingua-RU-NameParse distribution. |
Given a first name and a patronymic, returns the name and patronymic in the nominative case.
Transliterates the string from Cyrillic to Latin.
Lingua::RU::NameParse - Normalize Russian names
use Lingua::EN::NameParse;
my $p = Lingua::EN::NameParse->new();
my $norm = $p->normalize("Карлу Марксу");
Takes case endings off of Russian proper names, and normalizes them to the nominative. For the moment works only with first name + patronymic.
Maciej Ceglowski <maciej@ceglowski.com>
| Lingua-RU-NameParse documentation | view source | Contained in the Lingua-RU-NameParse distribution. |