mirror of
https://github.com/hastagAB/Awesome-Python-Scripts.git
synced 2024-11-23 20:11:07 +00:00
Add files via upload
This commit is contained in:
parent
7e7fe92b9d
commit
2db27112d2
36
Artificial-intelligence_bot/ai.aiml
Normal file
36
Artificial-intelligence_bot/ai.aiml
Normal 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>
|
22
Artificial-intelligence_bot/load.xml
Normal file
22
Artificial-intelligence_bot/load.xml
Normal 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>
|
||||
|
Loading…
Reference in New Issue
Block a user