问题
I imported this project:
https://github.com/cmusphinx/pocketsphinx-android-demo
And it works fine on Android studio.
But as you can see it on tutorial it has English voice recognition. How can I turn it to Turkish ? I searched a lot but I cant find it.
thanks in advance.
回答1:
You have to train the model yourself following the tutorial
http://cmusphinx.sourceforge.net/wiki/tutorialam
You have to collect transcribed speech data for that.
Alternatively you can contact people who already did that, for example Sestek.
回答2:
You can check supported languages from here
If it is not implemented in the library itself, u cant add this feature by urself afaik. So u should find another library that already supports Turkish.
来源:https://stackoverflow.com/questions/40449086/how-can-i-do-voice-recognition-for-turkish-on-cmusphinx