vote up 0 vote down star

I'm looking for a library, service, or code suggestions to turn spelled out numbers and amounts (eg. "thirty five dollars and fifteen cents", "one point five") into numerics ($35.15, 1.5) . Suggestions?

flag

64% accept rate

2 Answers

vote up 2 vote down check

I wrote some code to do this for integers a while ago: http://github.com/ghewgill/text2num

Feel free to fork and hack.

link|flag
vote up 0 vote down

Almost a duplicate.

http://stackoverflow.com/questions/309884/code-golf-number-to-words

link|flag
I'm looking for the reverse of what golf number to words does. – Parand Jan 22 '09 at 6:59

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.