Sorry MerveT...
I was hoping someone familiar with all the inmoov config stuff would help.
I am not familiar with InMoov config - perhaps on the InMoov site ?
I assume this is Manticore version - which currently I'm working on the next version (Nixie)
Sorry MerveT... I was hoping
Sorry MerveT...
I was hoping someone familiar with all the inmoov config stuff would help.
I am not familiar with InMoov config - perhaps on the InMoov site ?
I assume this is Manticore version - which currently I'm working on the next version (Nixie)
Thanks for a reply GroG, good
Thanks for a reply GroG, good luck with your work. I am using Manticore version and still need help about it.I hope somebody can help me.
Hello,Turkish language is
Hello,
Turkish language is not supported.
Currently only these language are supported:
DE, EN, ES, FI, FR, HI, IT, NL, PT, RU
Some of those supported language have very small AIML data.
Hi Gael thank you for your
Hi Gael thank you for your respond. I don't need Turkish support anymore. My robot can recognize and say Turkish words and it is enough for me now.
Türkçe
Merhaba MerveT yazılımı nasıl türkçeleştirdiğinizi anlatır mısınız? Cevap verirseniz sevinirim
Hello, It is not really a
Hello,
It is not really a software to translate but parts of files.
You need to edit each AIML files and translate the necessary components. I have translated some and it is really a lot of work.
But you could make a start with a smaller chatbot and see how you get along.
Here is a simple exemple of translation done within the _InMoovGestures.aiml
In English:
<category>
<pattern>REST</pattern>
<template><random>
<li>Ah, relaxing.</li>
<li>Taking a rest</li>
</random>
<oob>
<mrl>
<service>python</service>
<method>exec</method>
<param>rest()</param>
</mrl>
</oob></template>
</category>
In Dutch:
<category>
<pattern>RUST UIT</pattern>
<template>
<random>
<li>Ah, ontspannend.</li>
<li>Rust nemen</li>
</random>
<oob>
<mrl>
<service>python</service>
<method>exec</method>
<param>rest()</param>
</mrl>
</oob>
</template>
</category>
Thank you
thanks but i already translated but inmoov is causing a problem with download problem when opening
Try again to download the
Try again to download the latest Nixie, yesterday there was a problem with Jenkins building release.
Türkçe konuşma
Merhaba Dosyaları paylaşmanız yada nasıl yaptığınız anlatmanız mümkün müdür ?
Hello, The files are
Hello,
The files are available on github or if you download myrobotlab.jar and install it.
Then via Intro launch the InMoov icon, start the brain of InMoov and select Turkish language.