I opened _InMoov.config and modified the Language=tr then opened service_5_Mouth.config modified  the voicename too.

I started the START_INMOOV.bat but only voice changed, language is still english. What should i do?

GroG

3 years 7 months ago

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)

hairygael

3 years 5 months ago

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 respond. I don't need Turkish support anymore. My robot can recognize and say Turkish words and it is enough for me now.

Merhaba MerveT yazılımı nasıl türkçeleştirdiğinizi anlatır mısınız? Cevap verirseniz sevinirim

 

hairygael

2 years 12 months ago

In reply to by Yigit

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>

 

thanks but i already translated but inmoov is causing a problem with download problem when opening

hairygael

2 years 12 months ago

In reply to by Yigit

Try again to download the latest Nixie, yesterday there was a problem with Jenkins building release.

hairygael

2 years 6 months ago

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.