NAME
Lingua::PT::Hyphenate - Separates Portuguese words in syllables
SYNOPSIS
use Lingua::PT::Hyphenate;
@syllables = hyphenate("teste") # @syllables now hold ('tes', 'te')
DESCRIPTION
Separates Portuguese words into syllables.
SEE ALSO
If you're into Natural Language Processing tools, you may like this Portuguese site: http://natura.di.uminho.pt
Gramatica Universal da Lingua Portuguesa (Texto Editora)
BUGS
None known, but more tests need be made.
MESSAGE FROM THE AUTHOR
If you're using this module, please drop me a line to my e-mail. Tell me what you're doing with it. Also, feel free to suggest new bugs^H^H^H^H^H features.
AUTHOR
Jose Alves de Castro, <cog [at] cpan [dot] org<gt>
COPYRIGHT AND LICENSE
Copyright 2004 by Jose Alves de Castro
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.