alphacep / vosk-server

WebSocket, gRPC and WebRTC speech recognition server based on Vosk and Kaldi libraries
Apache License 2.0
896 stars 243 forks source link

how to return all text as string on server #119

Closed ben-8878 closed 3 years ago

ben-8878 commented 3 years ago

On server how to store all text as string because a need of adding punctuation for all text. For part text ,adding punctuation is not Inaccurate. For examle: if recognizing text "你好你在干嘛啊",after adding punctuation,it will return “你好,你在干嘛啊?” if recognizing text "你好\n你在干嘛啊",after adding punctuation,it will return “你好。你在干嘛啊?”