Lingua/PT/Inflect version 0.04
==============================

Converts Portuguese words from singular to plural

  use Lingua::PT::Inflect;

  $plural = sing2plural('programador')   # now holds 'programadores'

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

Lingua::PT::Hyphenate

SEE ALSO

The POD documentation in Inflect.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. 
