alphacep / alphacep/vosk-server
HotWords : vosk Ignoring word missing in vocabulary
- Vorherrschende Sprache
- Python
- Sterne
- 1.3k
- Forks
- 317
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
I am trying to use vosk as a streaming ASR with new vocabulary but it not worked as expected (in my definition of hotwords).
If I create word liste with : ["Docteur Vinceneux"] and pass the json dump to KaldiRecongnizer; i get "docteur" only when I say "je veux parler au docteur vinceneux".
So first of all, all word that not par of the list a ignored during graph search... so I can't use it to transcribe phrases...
Second, for "Vinceneux" the logs said "vosk Ignoring word missing in vocabulary". Of course this name is not the vocabulary..
So what can I do for improve my ASR in zero shot config?
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.