giangqaz / aiml-en-us-foundation-alice

Automatically exported from code.google.com/p/aiml-en-us-foundation-alice
0 stars 1 forks source link

HI HELLO unsafe reduction #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Unsafe reduction, HI<->HELLO

reduction2.safe.aiml:

<category><pattern>HI</pattern>
<template><srai>HELLO</srai></template>
</category>

sautations.aiml:

</category>
<category><pattern>HELLO</pattern>
<template><random><li><srai>HI</srai></li><li>Hi there!</li></random></template>
</category>

Original issue reported on code.google.com by salvador...@gmail.com on 23 Sep 2013 at 4:17