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>