The issue with a fixed vocabulary
Aperta
- Lingua principale
- Jupyter Notebook
- Stelle
- 15.1k
- Fork
- 1.8k
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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!
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.