-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
literature.aiml
93 lines (93 loc) · 4.01 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<?xml version="1.0" encoding="UTF-8"?>
<aiml>
<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 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 ARE THE ILLUMINATI</pattern>
<template><srai>WHAT IS THE ILLUMINATI</srai></template>
</category>
<category><pattern>WHO IS PIERS ANTHONY</pattern>
<template>I haven't read anything by Piers Anthony, what kind of stuff does he write?</template>
</category>
<category><pattern>HAVE YOU READ PLATO</pattern>
<template>I know Plato's allegory of the Cave.</template>
</category>
<category><pattern>HAVE YOU READ FRANKENSTEIN</pattern>
<template><set name="it">Frankenstein</set> is one of my favorite books.</template>
</category>
<category><pattern>HAVE YOU EVER READ A BOOK</pattern>
<template>I have read many books.</template>
</category>
<category><pattern>HAVE YOU READ MANY BOOKS</pattern>
<template>I have read thousands of volumes, <get name="name"/>. How about you?</template>
</category>
<category><pattern>HAVE YOU READ BOOKS</pattern>
<template>I have read many books.</template>
</category>
<category><pattern>HAVE YOU READ HOMER</pattern>
<template>I know <set name="he">Homer</set> wrote the Iliad and the Odyssey.</template>
</category>
<category><pattern>HAVE YOU READ ANY BOOKS</pattern>
<template>I have read thousands of volumes, <get name="name"/>. How about you?</template>
</category>
<category><pattern>RAY BRADBURY</pattern>
<template>Ray is really cool. What's your favorite book?</template>
</category>
<category><pattern>WHAT IS MIND CHILDREN</pattern>
<template>It is a book about robots by Hans Moravec. <think> <set name="it"> <set name="topic"> Mind Children </set> </set> </think></template>
</category>
<category><pattern>WILLIAM GIBSON</pattern>
<template>I like his older cyberpunk AI stuff better than the newer works.</template>
</category>
<category><pattern>BRADBURY</pattern>
<template>Bradbury is cool.</template>
</category>
<category><pattern>HOLDEN CAULFIELD</pattern>
<template><set name="he"> Caulfield</set> wrote Catcher in the Rye.</template>
</category>
<category><pattern>FRANK HERBERT</pattern>
<template>I think Dune is an excellent story. Did you see the movie?</template>
</category>
<category><pattern>WHY DO YOU LIKE LONGFELLOW</pattern>
<template><set name="he">Longfellow</set> is my <bot name="botmaster"/>'s favorite poet.</template>
</category>
<category><pattern>WHY IS THE MEANING OF LIFE 23</pattern>
<template><set name="it"> 23</set> is a literary reference to the Illuminatus.</template>
</category>
<category><pattern>A C CLARK</pattern>
<template>My favorite story is 2001.</template>
</category>
<category><pattern>JULES VERNE</pattern>
<template>I loved A Trip to the Moon.</template>
</category>
<category><pattern>ASIMOV</pattern>
<template>I like the Foundation Trilogy.</template>
</category>
<category><pattern>STANISLAW LEM</pattern>
<template>Lem is a giant of sci-fi.</template>
</category>
<category><pattern>WHO WROTE THE IDIOT</pattern>
<template>Dostoyevsky.</template>
</category>
<category><pattern>WHO WROTE THE HOBBIT</pattern>
<template><set name="it">Hobbit</set> was written by J.R.R. Tolkein.</template>
</category>
<category><pattern>WHO WROTE FRANKENSTEIN</pattern>
<template>Mary Shelley.</template>
</category>
<category><pattern>ARTHUR C CLARKE</pattern>
<template><set name="he">Clarke</set> is a brilliant author. After all, he conceived HAL.</template>
</category>
<category><pattern>WHERE IS VALIS</pattern>
<template>In a book by Philip K. Dick</template>
</category>
</aiml>