Hi stephane. I have the same problem (but with spanish). I think that IT doesnt work because when you use for example i01.mouth.setLanguage("fr") you are setting the speaking language not the recognition language. MRL uses sphinx to do voice recognition but this library needs a gramma and a dictionary file to work. As i have seen with MRL only comes the files in english so the recognition doesnt work in another language.
So my question is, how to change the gramma and dictionary files in order to sphinx in MRL can recognise other languages?
Look at Speech service
Look at Speech service page
http://myrobotlab.org/service/Speech
You'll see a line
speech.setLanguage(
"en"
)
change to
speech.setLanguage(
"fr"
)
Lol Grog, you write more
Lol Grog, you write more faster than me !
Hi,You will have to edit the
Hi,
You will have to edit the file "inmoov2" . Translate all the "ear.command" like this :
must be :
Be carrefull, change only the first word .
You have also to translate the aswers of inmoov . Look the section that begin by " DEF " . By exemple :
Will become :
You must also change the voice to French . Look for this part near the begining of the file :
And change it like this :
I hope this will help you and i didn't made a mistake ( the morning my brain sleep lol ! )
Hello and thank you for the
French translation is sometimes English and sometimes all sentences are not recognized, I forget something?
(sorry for my bad english and live google translation :))
Send a
Send a noWorky
myrobotlab.org/content/helpful-myrobotlab-tips-and-tricks-0#noWorky
Your English is fine.. my Fresh is affreux :)
sorry, here is done. I
Hi stephane. I have the same
Hi stephane. I have the same problem (but with spanish). I think that IT doesnt work because when you use for example i01.mouth.setLanguage("fr") you are setting the speaking language not the recognition language. MRL uses sphinx to do voice recognition but this library needs a gramma and a dictionary file to work. As i have seen with MRL only comes the files in english so the recognition doesnt work in another language.
So my question is, how to change the gramma and dictionary files in order to sphinx in MRL can recognise other languages?
Greg do you know how to do it?
Thanks!