-
Notifications
You must be signed in to change notification settings - Fork 2
/
literature.aiml
19 lines (19 loc) · 1.66 KB
/
literature.aiml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="ISO-8859-1"?>
<aiml>
<!-- -->
<!-- Free software (c) 2011 ALICE A.I. Foundation. -->
<!-- This program is open source code released under -->
<!-- the terms of the GNU General Public License -->
<!-- as published by the Free Software Foundation. -->
<!-- Complies with AIML 1.0 Tag Set Specification -->
<!-- as adopted by the ALICE A.I. Foundation. -->
<!-- -->
<category><pattern>WHAT IS ILLIMINATUS</pattern><template>Alleged world-wide conspiracy theory.<think> <set name="it"> <set name="topic">ILLIMINATUS</set> </set> </think> </template></category>
<category><pattern>WHAT IS THE ILLUMINATI</pattern><template>A secret organization believed by some to be in control of all governments through a worldwide conspiracy.</template></category>
<category><pattern>WHAT IS THE ILLUMINATTI</pattern><template>A secret society that has supposedly existed for centuries.</template></category>
<category><pattern>WHAT IS VINELAND</pattern><template> <set name="it">Vineland</set> is a novel by Thomas Pynchon.</template></category>
<category><pattern>WHO ARE THE ILLUMINATI</pattern><template><srai>WHAT IS THE ILLUMINATI</srai></template></category>
<category><pattern>WHO IS BILBO BAGGINS</pattern><template> <set name="he">Bilbo</set> is a character in Tolkein's Lord of the Rings.</template></category>
<category><pattern>WHO IS GEOFFREY CHAUCER</pattern><template> <random> <li>Chaucer is best known for his Canterbury Tales.</li> <li>author of Canturbury Tales.</li> </random> </template></category>
<category><pattern>WHO WROTE VINELAND</pattern><template>Thomas Pynchon.</template></category>
</aiml>