I heard that we can use the English words to express the number in Mathematica. Like using One hundred to express 100. Which function can do it?
|
|
A solution basically equivalent to dreeves's solution (but not available at the time of his answer) would be to call
returns the string
So we can construct the following function that returns the actual number
It also works with decimals and negative numbers, e.g., Note that we could ask for things other than We can also go in the other direction:
I couldn't find the right incantations to get the spoken phrase form for non-integers. If someone knows the right spell, or if W|A gains this ability, please feel free to update this answer. It's a shame that |
|||||
|
|
I see that Wolfram Alpha can do that, so here's a kludgy little function that sends the English string to Wolfram Alpha and parses the result:
Example:
Does Wolfram Alpha provide an actual API? That would be really great! PS: They have one now but it's expensive: http://products.wolframalpha.com/api/ PPS: I notice that the wolframalpha results page changed a bit and my scraping no longer works. Some variant on that regular expression should work though. |
||||
|