alphacep / alphacep/vosk-api

The issue with a fixed vocabulary

Open
#1,306 6 comments 0 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
15.1k
Forks
1.8k
PR merge metrics
No merged PRs in 30d

Description

Hi,

I've modified the example test_microphone.py by adding a fixed vocabulary with just one word 'start':
```
.....
vocabulary = '["start", "[unk]"]'
.....
rec = KaldiRecognizer(model, args.samplerate, vocabulary)
.....
```
It works fine when I say 'start'. But it shows 'start' even when I say 'stop'. Am I missing anything here?

Thank you!

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.