Hello,
MyRobotLab is written in Java.
The services of InMoov are hardcoded in Java, but to program for your robot you will need to use Python coding. InMoov directory has many examples of codes to start with if you have never coded before.
You can edit all the AIML files with any text editor in order to modify what ever you want.
I also would like to remove the "
answers.com" after the robot makes a search on the web for an unknown question.
I think we would need to write a piece of code which would remove it automatically.
Post a request on github in the issue for the next release.
Regarding changing gender, originally the AIML files were from Alice.org which was female gender chatbot.
When I started InMoov, I rewrote most of the AIML files to be male, because the voice I was using was male.
So, currently there is not a simple option to switch from male to female, as I mentionned, all the AIML files are involved.
It is certainly something we could work for a next release.
Again it could be posted as a suggestion on github:
However, you can define it's gender in the InMoov/chatbot/bots/en/config/properties.text line 8, but some answers will correspond to male answers.
Gael Langevin