alphacep / alphacep/vosk-api

Vosk grammar question

Ouverte
#1,934 3 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
Jupyter Notebook
Étoiles
15.1k
Forks
1.8k
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

I'm working on commands triggered system using the `vosk-model-small-en-us-0.15` model.

I have created a grammar with all the keywords that I need, and I have also added `[unk]` because without it the model will transcribe random words as commands.

I'm currently facing 2 issues:

1. I'm trying to capture 3 consecutive numbers, but hasn't been very accurate especially with the number "two" it would occasionally not get captured for example:

- "two two two" would sometimes get transcribed as "two two"
- "one two one" would sometimes get transcribed as "one one"

Is there anything I can do to improve the accuracy in such cases?

2. Is more of a question, is there a way to set up my grammar so it will only listen to 3 consecutive numbers, and will that improve the accuracy if the model is configured to listen to 3 consecutive numbers?

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.