pynum2word-0.1 released

T. Ogawa tso@users.sourceforge.net
21 Jul 2003 19:16:49 -0700


The first public release of pynum2word is now available. 

pynum2word is a suite of Python Modules that translate numbers into
words. Currently the languages supported are English (10**12 == "one
trillion" - max of 10**304-1), old UK numbers (10**18 == "one
trillion", max 10**606-1), German, French, and Spanish. The design is
clean and extensible, so that other languages should be simple to add.

The modules handle positive and negative cardinal numbers ("minus four
hundred and ten"), floating point numbers with precision specified
("three point one four"), ordinals ("six billionth"), and ordnums
("101st")

The project page is: 
http://sourceforge.net/projects/pynum2word/ 

The package is available from: 
http://sourceforge.net/project/showfiles.php?group_id=85362 

Assistance (particularly from those fluent in languages other than
English) gratefully accepted

Ta, Ro.