NAME
Lingua::EUS::Word2Num
VERSION
version 0.0682
text to positive number convertor for Basque (Euskara). Input text must be encoded in utf-8.
$Rev: 682 $
We use ISO 639-3 namespace.
SYNOPSIS
use Lingua::EUS::Word2Num;
my $num = Lingua::EUS::Word2Num::w2n( 'ehun eta hogeita hiru' );
print defined($num) ? $num : "sorry, can't convert this text into number.";
DESCRIPTION
Word 2 number conversion in EUS.
Lingua::EUS::Word2Num is module for converting text containing number representation in Basque (Euskara) back into number. Converts whole numbers from 0 up to 999 999 999 999.
Functions Reference
- w2n (positional)
-
1 string string to convert => number converted number undef if the input string is not known
Convert text representation to number.
- eu_numerals
-
Internal parser.
EXPORT_OK
w2n
KNOWN BUGS
None.
AUTHOR
Vitor Serra Mori <info@petamem.com>
COPYRIGHT
Copyright (C) PetaMem, s.r.o. 2004-present
LICENSE
Artistic license or BSD license.