Lingua/PT/Hyphenate version 1.01
================================

Separates Portuguese words in syllables

  use Lingua::PT::Hyphenate;
    
  @syllables = hyphenate("teste")   # @syllables now hold ('tes', 'te')

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

No dependencies

SEE ALSO

The POD documentation in Hyphenate.pm

Gramtica Universal da Lngua Portuguesa (Texto Editora)

COPYRIGHT AND LICENCE

Copyright (C) 2004 Jose Alves de Castro

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself. 

