Is there an open-source Java library for converting String numbers into their equivalent Integers (for example, converting "ten" into 10)? I know how to do it, but I'd rather not waste my customer's time writing one from scratch if there's already a library available.
|
|
I doubt that such a library exists. If you're only looking to convert a limited number of numbers(such as If you're looking at converting more complex numbers such as In the end, It's normally best for back end values and user consumable content to not be coupled. |
|||||||||||||
|
|
For "twenty-seven" or "twenty and seven"? For "twenty seven" or "score and seven"? Baker's dozen anyone? A pair of dice, or two dice? One short of a six pack? The trifecta of number processing routines? The 21st century (year 20xx)? Your requirements are a bit broader than I imagine you considered them. I'd recommend that you work with a framework that will actually allow the flexibility to add new representations instead of assuming a single representation, Apache's Open Natural Language processing framework might be a good choice. After a few attempts, you might build the trinity of number processing routines. Or at least have a plethora of ideas. |
||||
|
|