codeforamerica / balance

A text message system for checking one's EBT card balance (SNAP benefits and more)
MIT License
46 stars 37 forks source link

Fix numbers being transcribed as words #335

Closed daguar closed 8 years ago

daguar commented 8 years ago

This is the broader version of #332 and #334 — there are a number of cases where a transcription will now read something like "ten dollars" or "forty cents" and we need to process those accordingly.

The number_in_words gem may come in handy here.