iosobjective-cspeech-recognitionopenears

French speech recognition on iOS


I'm trying to develop an iOS app using speech-recognition for french language, but have been unsuccessful until now. I tried using the openEars framework, which worked great for english language, but doesn't support french. I used some info from this link.

If anyone know a solution it would be awesome.

Thanks


Solution

  • Openers is using English Acoustic and Language Models by default. So it works well with english, but doesn't support french.

    You can download French Acoustic and Language Models from CMU Sphinx website

    Some good French Acoustic and Language Models are available here

    Download & Change your Openears Acoustic and Language Models with this one.

    To do this, just replace Openears hub4wsj_sc_8k folder with the downloaded one and replace the .dic and .languagemodel files with the downloaded ones.

    If you think , the downloaded French Acoustic and Language Models are too big, then create our own with few words using this documents