Lingua/PT/Ords2Nums version 0.07
================================
Lingua::PT::Ords2Nums - Converts Portuguese ordinals to numbers
=head1 SYNOPSIS
use Lingua::PT::Ords2Nums;
$num = word2num('décimo primeiro') # 11
=head1 DESCRIPTION
Converts Portuguese ordinals to numbers. Works up to 999.999.999.999
('novecentos e noventa e nove bilionésimos novecentos e noventa e nove
milionésimos novecentos e noventa e nove milésimos nongentésimo nonagésimo
nono').
=head1 DEPENDENCIES
Lingua::PT::Words2Nums
=head1 SEE ALSO
More tools for the Portuguese language processing can be found at the
Natura project: http://natura.di.uminho.pt
=head1 AUTHOR
Jose Castro, C<< <cog@cpan.org> >>
=head1 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.
=cut