The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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?)

TO DO

  • Several words are exceptions to the rules; there is a file of those words that need to be checked.

SEE ALSO

More tools for the Portuguese language processing can be found at the Natura project: http://natura.di.uminho.pt

AUTHOR

Jose Castro, <cog@cpan.org>

COPYRIGHT & LICENSE

Copyright 2004 Jose Castro, All Rights Reserved.

This program 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 15:

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