Punctuation #87
Replies: 2 comments 1 reply
-
Hi @Marijn-van-der-Steen Some thoughts on this:
|
Beta Was this translation helpful? Give feedback.
-
Hi @Marijn-van-der-Steen, did you end up with a useful solution to this? I was testing out the Google and AWS Transcribe services in parallel on some pre-recorded dialogues, and was very much surprised how well AWS did at picking up correct grammar (commas, exclamation points, question marks), and at the same time, I was totally disappointed at how poorly Google's did in that area. They both got about ~95% accurate on the words, but the grammar was unusable with Google's and pretty good with AWS. I'm curious if you guys came up with any nice solutions too. I haven't tried Microsoft or other solutions yet, and was currently focused on working with non-English languages too. |
Beta Was this translation helpful? Give feedback.
-
I was wondering if it is possible to add punctuation to the generated transcript.
In the documentation of the SpeechRecognition Web API I can see there is an onspeechend event, so I think if this gets exposed in this library then maybe that could be used to add punctuation.
It probably is only a period behind the sentence, since I doubt that the API returns anything useful the determine where a comma or question mark should be placed.
Any ideas if this is somehow possible?
Beta Was this translation helpful? Give feedback.
All reactions