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

The recognizer recognize other phrases when I already specified a phrase list #112

Open lijiandong121 opened 3 years ago

lijiandong121 commented 3 years ago

I specified a phrase list [上 下 左 右],So I suppose It should only recognize phrases in that list。It works well except it sometimes recognizes other phrases with the conf equals 1。

For example, I say something like 123456789, but It may gives the result 右 with conf 1

I am using the model vosk-model-small-cn-0.3 on the official website