NAME

Lingua::PT::Inflect - Converts Portuguese words from singular to plural

SYNOPSIS

use Lingua::PT::Inflect;

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

DESCRIPTION

Converts Portuguese words from singular to plural. There may be some special cases that will fail (words ending in -ão or -s might fail, as many special cases are yet to be prevented; anyone volunteering to look at a huge list of words?)

SEE ALSO

If you're looking for Natural Language Processing tools, you may like this Portuguese site: http://natura.di.uminho.pt

Gramática Universal da Língua Portuguesa (Texto Editora)

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.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 112:

Non-ASCII character seen before =encoding in '-ão'. Assuming CP1252