Add files via upload

This commit is contained in:
umar abdullahi 2018-10-04 09:28:12 +01:00 committed by GitHub
parent 7e7fe92b9d
commit 2db27112d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 58 additions and 0 deletions

View File

@ -0,0 +1,36 @@
<aiml version="1.0.1" encoding="UTF-8">
<!-- load.aiml -->
<category>
<pattern>YANE</pattern>
<template>
Ya, kake!
</template>
</category>
<category>
<pattern>WAYE *</pattern>
<template>
<random>
<li>Ni sakagone!</li>
<li>sauri 1000GHZ!</li>
<li>Kwakwalwa 1000PTB!</li>
</random>
</template>
</category>
<category>
<pattern>GASKIYANE *</pattern>
<template>
Kaima kayi daidai! :)
</template>
</category>
<category>
<pattern>YATO *</pattern>
<template>
Komai lafiya
</template>
</category>
</aiml>

View File

@ -0,0 +1,22 @@
<aiml version="1.0.1" encoding="UTF-8">
<!-- init.xml -->
<!-- Category is an atomic AIML unit -->
<category>
<!-- Pattern to match in user input -->
<!-- If user enters "LOAD AIML B" -->
<pattern>LOAD AIML B</pattern>
<!-- Template is the response to the pattern -->
<!-- This learn an aiml file -->
<template>
<learn>ai.aiml</learn>
<!-- You can add more aiml files here -->
<!--<learn>more_aiml.aiml</learn>-->
</template>
</category>
</aiml>