NAME

Lingua::ID::Words2Nums - convert Indonesian verbage to number.

SYNOPSIS

use Lingua::ID::Words2Nums ;

print words2nums("seratus dua puluh tiga") ; # 123 
print words2nums_simple("satu dua tiga") ;   # 123

DESCRIPTION

words2nums currently can handle real numbers in normal and scientific form in the order of hundreds of trillions.

words2nums will return undef is its argument contains unknown verbage or "syntax error".

words2nums will produce unexpected result if you feed it stupid verbage.

AUTHOR

Steven Haryanto <sh@hhh.indoglobal.com>

SEE ALSO

Lingua::ID::Nums2Words