The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Lingua::LO::Romanize::Syllable - Class for syllables, used by Lingua::LO::Romanize::Word.

VERSION

Version 0.09

SYNOPSIS

Lingua::LO::Romanize::Syllable is used by Lingua::LO::Romanize::Word and Lingua::LO::Romanize to syllables of words. It is recommended to use Lingua::LO::Romanize instead of this class directly (even if it is possible).

    use Lingua::LO::Romanize::Syllable;

    my $foo = Lingua::LO::Romanize::Syllable->new(syllable_str => 'ລາວ');

    my $bar = $foo->romanize;           # $bar will hold the string 'lao'
    $bar = $foo->romanize;              # $bar will hold the string 'lao'
    $bar = $foo->syllable_str;              # $bar will hold the string 'ລາວ'
    

For more information, please see Lingua::LO::Romanize

METHODS

new

Creates a new object, syllable_str is required.

romanize

Romanize a syllable accourding to the BGN/PCGN standard.

Please see Lingua::LO::Romanize for more information.

syllable_str

Returns the original syllable in Lao characters.

BGN_PCGN

A constant hash reference for romanization mapping accourding to BGN/PCGN.

AUTHOR

Joakim Lagerqvist, <jokke at cpan.org>

BUGS

Please report any bugs or feature requests to bug-lingua-lo-romanize at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Lingua-LO-Romanize. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SEE ALSO

Lingua::LO::Romanize

COPYRIGHT & LICENSE

Copyright 2009 Joakim Lagerqvist, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 112:

Non-ASCII character seen before =encoding in ''ລາວ');'. Assuming CP1252