Speech recognition in real-time with punctuation

别说谁变了你拦得住时间么 提交于 2020-05-27 11:34:50

问题


What is the way to implement speech recognition (voice to text) with auto punctuation? I want to use it to turn a lecture (45 min talk) into text and if possible update the view dynamically.

I tried SpeechRecognizer but it only gives me words without punctuation and stops listening after the first words.


回答1:


You can use Punctuator, it assigns punctuation to ASR result with the help of a deep neural network.



来源:https://stackoverflow.com/questions/40961892/speech-recognition-in-real-time-with-punctuation

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!