The issue with a fixed vocabulary
Abierto
- Lenguaje dominante
- Jupyter Notebook
- Estrellas
- 15.1k
- Forks
- 1.8k
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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!
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.