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

NAME

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

VERSION

Version 0.03

SYNOPSIS

Please see Lingua::LO::Romanize

FUNCTIONS

new

Creates a new Lingua::LO::Romanize::Word object, a word_str is required.

hyphen

If set to TRUE, the syllables will be hyphenated when romanized is called. Default is FALSE (not hyphenated).

romanize

Romanize the 'word' and return the romanized string accourding to the BGN/PCGN standard.

word_str

Returns the word as the original string.

all_syllables

Returns an array reference to all Lingua::LO::Romanize::Syllable

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.