The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Lingua::LO::NLP::Romanize::PCGN - Romanize Lao syllables according to the PCGN standard

FUNCTION

This class is not supposed to be used directly. Rather use Lingua::LO::NLP::Romanize as a factory:

    my $o = Lingua::LO::NLP::Romanize->new(variant => 'PCGN');

new

You don't call this constructor directly bu via Lingua::LO::NLP::Romanize.

romanize_syllable

    romanize_syllable( $syllable )

Return the romanization of a single $syllable. See "romanize_syllable" in Lingua::LO::NLP::Romanize