How can I do voice recognition for Turkish on cmusphinx?

只愿长相守 提交于 2019-12-06 11:58:42

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!