Lingua-ES-Syllabify version 0.9
================================
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.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
This module requires these other modules and libraries:
String::Multibyte
TeX::Hyphen
For TeX::Hyphen to properly work you need a file describing the hyphenatio
rules. See your distribution documentation to check how to install tex-live.
COPYRIGHT AND LICENCE
Copyright (C) 2008 by Alberto Montero-Asenjo
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.