The issue with a fixed vocabulary
Open
- 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.