We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I use this function: public VoskRecognizer(Model model, float sample_rate, string grammar)
Use English Model,grammar set such as "this","stop" , success! But Use Chinaese Model,grammar set such "停止“,”苹果",model ignored the gammar word。
The text was updated successfully, but these errors were encountered:
Probably the string has wrong encoding or the words are missing in the dictionary. Which model are you trying?
Sorry, something went wrong.
Thanks nshmyrev2 !!! Model is vosk-model-small-cn-0.22 words such as "停止“ encoding to utf8 but debug info show me: the grammar ignored the words.
No branches or pull requests
I use this function:
public VoskRecognizer(Model model, float sample_rate, string grammar)
Use English Model,grammar set such as "this","stop" , success!
But Use Chinaese Model,grammar set such "停止“,”苹果",model ignored the gammar word。
The text was updated successfully, but these errors were encountered: