Lingua::RU::NameParse - Normalize Russian names


Lingua-RU-NameParse documentation  | view source Contained in the Lingua-RU-NameParse distribution.

Index


Given a first name and a patronymic, returns the name and patronymic in the nominative case.

Transliterates the string from Cyrillic to Latin.

NAME

Top

Lingua::RU::NameParse - Normalize Russian names

SYNOPSIS

Top

  use Lingua::EN::NameParse;

  my $p = Lingua::EN::NameParse->new();

  my $norm = $p->normalize("Карлу Марксу");




DESCRIPTION

Top

Takes case endings off of Russian proper names, and normalizes them to the nominative. For the moment works only with first name + patronymic.

AUTHOR

Top

Maciej Ceglowski <maciej@ceglowski.com>


Lingua-RU-NameParse documentation  | view source Contained in the Lingua-RU-NameParse distribution.