Speech recognition with punctuation

2019-07-24 02:54发布

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条回答
贼婆χ
2楼-- · 2019-07-24 03:53

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.

查看更多
登录 后发表回答