recognition of user-provided price ranges #920
-
We are having some trouble getting speech recognition to work correctly for spoken price ranges. We are trying to use some post-processing to deal with this, but having some difficulty. For example, If a user says: "Between four hundred and seven hundred thousand dollars," the speech to text output is "between $400,700,000." It would be understandable if the output were "between 400 and 700,000" and that would be easy to deal with in post-processing. But it is doing a literal concatenation of the low and high end of the price range to form a nonsensical number. Any tips on settings or other techniques to deal with this? Or do I just need to submit it as a feature request? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Thanks for asking your question about Deepgram! If you didn't already include it in your post, please be sure to add as much detail as possible so we can assist you efficiently, such as:
|
Beta Was this translation helpful? Give feedback.
-
@jimgrady I think in your case disabling Smart Formatting seems the like the way to go. We've heard a lot of feedback on Smart Formatting not handling numbers correctly. You can try using the numerals feature, stand alone and see if this helps.: https://developers.deepgram.com/docs/numerals As for a feature request, we have this improvement to smart formatting on our roadmap, but I don't know exactly when we'd deliver an improvement. |
Beta Was this translation helpful? Give feedback.
@jimgrady I think in your case disabling Smart Formatting seems the like the way to go. We've heard a lot of feedback on Smart Formatting not handling numbers correctly.
You can try using the numerals feature, stand alone and see if this helps.: https://developers.deepgram.com/docs/numerals
As for a feature request, we have this improvement to smart formatting on our roadmap, but I don't know exactly when we'd deliver an improvement.