STT Trailing decimal zero "two point zero" → "2.0" #1604
Replies: 3 comments
-
|
Thanks for asking your question. Please be sure to reply with as much detail as possible so the community can assist you efficiently. |
Beta Was this translation helpful? Give feedback.
-
|
Hey there! It looks like you haven't connected your GitHub account to your Deepgram account. You can do this at https://community.deepgram.com - being verified through this process will allow our team to help you in a much more streamlined fashion. |
Beta Was this translation helpful? Give feedback.
-
|
It looks like we're missing some important information to help debug your issue. Would you mind providing us with the following details in a reply?
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am having problem with transcribing a digit followed by "point zero".
Currently, numerals=true which correctly converts spoken numbers to digits (e.g., "two point five" → "2.5"). However, when I say "two point zero" this converts to "2" and not "2.0". My guess is that the trailing zero after the decimal point may be getting simplified to "2" as part of the conversion logic. Is there a way to correct this? TIA
Beta Was this translation helpful? Give feedback.
All reactions