Text::TransMetaphone::ru - Transcribe Russian words into IPA symbols.


Text-TransMetaphone documentation  | view source Contained in the Text-TransMetaphone distribution.

Index


NAME

Top

Text::TransMetaphone::ru - Transcribe Russian words into IPA symbols.

SYNOPSIS

Top

This module is used by Text::TransMetaphone and need not be used directly.

DESCRIPTION

Top

The Text::TransMetaphone::ru module implements the TransMetaphone algorithm for Russian. The module provides a trans_metaphone function that accepts an Russian word as an argument and returns a list of keys transcribed into IPA symbols under Russian orthography rules. The last key of the list is a regular expression that matching all previously returned keys.

A reverse_key function is also provided to convert an IPA symbol key into a regular expression that would phonological sequence under Russian orthography.

STATUS

Top

The Russian module has limited awareness of Russian orthography, no alternative keys are generated at this time. The module will be updated as more rules of Russian orthography are learnt.

COPYRIGHT

Top

BUGS

Top

The /i substitution switch isn't working for Cyrillic in some cases. Fixes will be provided in a future release.

AUTHOR

Top

Daniel Yacob, dyacob@cpan.org

SEE ALSO

Top

Text::TransMetaphone


Text-TransMetaphone documentation  | view source Contained in the Text-TransMetaphone distribution.