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?
I’m looking for a library, service, or code suggestions to turn spelled out numbers
Share
I wrote some code to do this for integers a while ago: http://github.com/ghewgill/text2num
Feel free to fork and hack.