Speech recognition with punctuation

我是研究僧i 提交于 2019-12-11 05:47:28

问题


After doing some tests on the speech framework, I've realized that there was no punctuation in the result. Is there a way to trigger it? I've seen that Siri does recognize punctuation so I think it should be doable.


回答1:


Usually punctuation is assigned as a separate post-processing step.

For English you can use Punctuator, for other languages you have to build models for post-processing, it would be a bit more complicated.



来源:https://stackoverflow.com/questions/42728618/speech-recognition-with-punctuation

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