alphacep / alphacep/vosk-server
HotWords : vosk Ignoring word missing in vocabulary
- Ngôn ngữ chính
- Python
- Star
- 1.3k
- Fork
- 317
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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?
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.