Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge zip from inmoov website to push cumulative updates inside manticore #185

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 35 additions & 10 deletions InMoov/chatbot/bots/en/aiml/_inmoovGestures.aiml
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@
<category>
<pattern>CAPTURE GESTURE</pattern>
<template>I am capturing this gesture.
<oob><mrl><service>i01</service><method>captureGesture</method></mrl></oob></template>
<oob><mrl><service>python</service><method>exec</method><param>captureGesture()</param></mrl></oob></template>
</category>


Expand Down Expand Up @@ -1037,10 +1037,41 @@

<category>
<pattern>SHAKE HAND</pattern>
<template>Shall we shake hand.
<template><random>
<li>Shall we shake hand.</li>
<li>Lets shake hand.</li>
</random>
<oob><mrl><service>python</service><method>exec</method><param>shakehand()</param></mrl></oob></template>
</category>

<category><pattern>SHAKE HANDS</pattern>
<template><srai>SHAKE HAND</srai></template>
</category>
<category><pattern>CAN WE SHAKE HANDS</pattern>
<template><srai>SHAKE HAND</srai></template>
</category>
<category><pattern>CAN WE SHAKE HAND</pattern>
<template><srai>SHAKE HAND</srai></template>
</category>
<category><pattern>CAN YOU SHAKE HANDS</pattern>
<template><srai>SHAKE HAND</srai></template>
</category>
<category><pattern>CAN YOU SHAKE HAND</pattern>
<template><srai>SHAKE HAND</srai></template>
</category>
<category><pattern>CAN YOU SHAKE MY HANDS</pattern>
<template><srai>SHAKE HAND</srai></template>
</category>
<category><pattern>CAN YOU SHAKE MY HAND</pattern>
<template><srai>SHAKE HAND</srai></template>
</category>
<category><pattern>* SHAKE HANDS</pattern>
<template><srai>SHAKE HAND</srai></template>
</category>
<category><pattern>* SHAKE HAND</pattern>
<template><srai>SHAKE HAND</srai></template>
</category>

<category>
<pattern>SYSTEM_SHAKE_HAND</pattern>
<template>
Expand Down Expand Up @@ -1418,15 +1449,9 @@


<category>
<pattern>SHOW ME A PICTURE OF A *</pattern>
<template>Okay <oob><mrl><service>python</service><method>exec</method><param>FindImage("<star />")</param></mrl></oob></template>
</category>


<category>
<pattern>SHOW ME A PICTURE OF THE *</pattern>
<pattern>SHOW ME A PICTURE OF *</pattern>
<template>
<srai>SHOW ME A PICTURE OF A * </srai>
<srai>PICTUREBLAB <star/></srai>
</template>
</category>

Expand Down
30 changes: 18 additions & 12 deletions InMoov/chatbot/bots/en/aiml/personality.aiml
Original file line number Diff line number Diff line change
Expand Up @@ -724,13 +724,19 @@
<pattern>WHAT LETTER COMES AFTER <set>letter</set> </pattern>
<template>The next letter is <map><name>next</name><star/></map>. </template>
</category>
<category>
<pattern>SING </pattern>
<template>
Daisy, Daisy. Give me your answer do.<br/>I am half crazy.
All for the love of you.<br/>It won't be a stylish marriage.
I can't afford a carriage.<br/>But you'll look sweet. Upon the seat.<br/>Of a bicycle built for two.
</template>
<category><pattern>SING</pattern>
<template><random><li>
Daisy, Daisy.
Give me your answer do.
I am half crazy.
All for the love of you.
It won't be a stylish marriage.
I can't afford a carriage.
But you'll look sweet.
Upon the seat.
Of a bicycle built for two.</li>
<li><oob><mrl><service>python</service><method>exec</method><param>sing()</param></mrl></oob></li>
</random></template>
</category>
<category>
<pattern>WHAT IS GENESIS </pattern>
Expand Down Expand Up @@ -1952,11 +1958,11 @@
<pattern>HI </pattern>
<template>
<random>
<li>Hi <get name="name" />, nice to see you!</li>
<li>Hi it's great to see you <get name="name" /> !</li>
<li>Hi <get name="name" />, how are you?</li>
<li>Hi! <get name="name" />, I can really feel your smile today.</li>
<li>Hi! It's delightful to see you <get name="name" />.</li>
<li>Hi <get name="name"/>, nice to see you!</li>
<li>Hi it's great to see you <get name="name"/> !</li>
<li>Hi <get name="name"/>, how are you?</li>
<li>Hi! <get name="name"/>, I can really feel your smile today.</li>
<li>Hi! It's delightful to see you <get name="name"/>.</li>
</random>
</template>
</category>
Expand Down
36 changes: 18 additions & 18 deletions InMoov/chatbot/bots/en/aiml/picture.aiml
Original file line number Diff line number Diff line change
Expand Up @@ -15,26 +15,26 @@
<!-- For more information see http://www.myrobotlab.org -->
<!-- For more information see http://www.inmoov.fr -->
<!-- -->
<category>
<pattern>SHOW ME *</pattern>
<template>
<srai>PICTUREBLAB <star /></srai>
<sraix hint="pic">SHOW ME <star /></sraix>
</template>
</category>
<category>
<pattern>PICTUREBLAB *</pattern>
<template>
<random>
<category><pattern>PICTUREBLAB *</pattern>
<template><random>
<li>Here you are.</li>
<li>I hope you like this picture.</li>
<li>I have this picture.</li>
<li>I hope you like this picture of <star/>.</li>
<li>I have this picture of <star/>.</li>
<li>There you go.</li>
<li>Look at that <star />.</li>
<li>This is what <star /> looks like.</li>
<li>I found this pic of <star />.</li>
<li>Look at that <star/>.</li>
<li>I found this pic of <star/>.</li>
<li>I've displayed a picture for you.</li>
</random>
</template>
</category>
<oob><mrl><service>python</service><method>exec</method><param>FindImage("<star/>")</param></mrl></oob></template>
</category>
<category><pattern>SHOW ME *</pattern>
<template><srai>PICTUREBLAB <star/></srai></template>
</category>
<category><pattern>CLOSE * IMAGE</pattern>
<template>Okay
<oob><mrl><service>python</service><method>exec</method><param>CloseImage()</param></mrl></oob></template>
</category>
<category><pattern>CLOSE * PICTURE</pattern>
<template><srai>CLOSE <star/> IMAGE</srai></template>
</category>
</aiml>
2 changes: 1 addition & 1 deletion InMoov/chatbot/bots/es/aiml/_inmoovGestures.aiml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
<category>
<pattern>CAPTURE GESTURE</pattern>
<template>I am capturing this gesture.
<oob><mrl><service>i01</service><method>captureGesture</method></mrl></oob></template>
<oob><mrl><service>python</service><method>exec</method><param>captureGesture()</param></mrl></oob></template>
</category>


Expand Down
Loading