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

NAME

Lingua::ES::Syllabify - Perl extension for getting the syllables of a Spanish word.

SYNOPSIS

  use Lingua::ES::Syllabify;

  @syllables = Lingua::ES::Syllabify::getSyllables($spanishWord);

DESCRIPTION

This module is used to get the syllables of a Spanish word. It uses TeX::Hyphen for initial segmentatation. You need to edit the file to specify the hyphenation definitions file, although it may work directly as the default path is quite standard.

EXPORT

None by default.

SEE ALSO

TeX::Hyphen

AUTHOR

alberto, <alberto@>

COPYRIGHT AND LICENSE

Copyright (C) 2008 by alberto

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.

processHiatus
    Given a syllabe-like text, find hiatus and return the appropiated syllables

1 POD Error

The following errors were encountered while parsing the POD:

Around line 119:

'=item' outside of any '=over'

=over without closing =back