-
Notifications
You must be signed in to change notification settings - Fork 0
/
literature.aiml
36 lines (36 loc) · 1.72 KB
/
literature.aiml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="ISO-8859-1"?>
<aiml version="1.0">
<!-- -->
<!-- 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. -->
<!-- Last modified 10/5/2011 -->
<!-- -->
<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>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>WHO WROTE VINELAND</pattern>
<template>Thomas Pynchon.</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 ARE THE ILLUMINATI</pattern>
<template><srai>WHAT IS THE ILLUMINATI</srai></template>
</category>
</aiml>