alphacep / vosk-android-demo

Offline speech recognition for Android with Vosk library.
Apache License 2.0
740 stars 198 forks source link

Add word #199

Open Hitamku opened 1 year ago

Hitamku commented 1 year ago

I want to add the words "whatsapp" and "waze" how to do that? In English the word is not recognized. Is there any information that I can learn. Project that I made android. If this question has already existed please forgive me

nshmyrev commented 1 year ago

You have to recompile the model, see the guide here:

https://alphacephei.com/vosk/lm

nshmyrev commented 1 year ago

Colab here:

https://github.com/alphacep/vosk-api/blob/master/python/example/colab/vosk-adaptation.ipynb

Hitamku commented 1 year ago

Ok, thank you. It's not easy for me because I'm new at this. I will try it

kxk120 commented 7 months ago

Ok, thank you. It's not easy for me because I'm new at this. I will try it

Hello @Hitamku , Could you recompile the language model to add your words? If so, can you shared with me?