3

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.

CompEng
  • 7,161
  • 16
  • 68
  • 122

2 Answers2

4

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.

Nikolay Shmyrev
  • 24,897
  • 5
  • 43
  • 87
3

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.

supported languages

ugur
  • 3,604
  • 3
  • 26
  • 57
  • In your link I can t see Turkish. So what you mean when saying this: So u should find another library that already supports Turkish. How can I find supported language? – CompEng Nov 06 '16 at 12:21
  • Obviously Turkish is not listed above so it means this sdk doesnt support Turkish itself. you should do more effort to add a new language by training as Nikolay's answer says. If you think u can not add a new language so u look for another tts sdk. Maybe android's built-in tts support turkish i am not sure. – ugur Nov 06 '16 at 17:07