NAME
Lingua::NLD::Numbers
VERSION
version 0.0682
DESCRIPTION
Numbers 2 word conversion in NLD.
This is PetaMem release. Lingua::NLD::Numbers converts numeric values into their Dutch equivalents.
SYNOPSIS
use Lingua::NLD::Numbers;
my $numbers = Lingua::NLD::Numbers->new();
my $text = $numbers->parse( 123 );
# prints 'een honderd, drie en twintig'
print $text;
FUNCTIONS
- new
- parse
-
Private
KNOWN BUGS
None, but that does not mean there are not any.
AUTHOR
Alistair Francis, <cpan@alizta.com>
Maintenance PetaMem s.r.o., <info@petamem.com>
LICENSE
Perl 5 license.
Original license is not known. PetaMem added Perl 5 license as default.