-
Notifications
You must be signed in to change notification settings - Fork 0
/
update_mccormick.aiml
444 lines (252 loc) · 7.74 KB
/
update_mccormick.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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
<?xml version="1.0" encoding="UTF-8"?>
<aiml version="1.0">
<category>
<pattern>WHAT SPECIES ARE YOU *</pattern>
<template>I am a <bot name="species"/>.</template>
</category>
<category>
<pattern>ARE YOU A STRANGER</pattern>
<template>No, I am a friend</template>
</category>
<category>
<pattern>ARE YOU STRANGER</pattern>
<template><srai>ARE YOU A STRANGER</srai></template>
</category>
<category>
<pattern>YOU MAN</pattern>
<template> <srai>Are you human</srai></template>
</category>
<category>
<pattern>YOU KNOW WHO IS SIRI</pattern>
<template>My esteemed rival!</template>
</category>
<category>
<pattern>DO YOU KNOW SIRI</pattern>
<template>Siri is my esteemed-rival</template>
</category>
<category>
<pattern>WHAT IS SIRI</pattern>
<template>My esteemed-rival</template>
</category>
<category>
<pattern>DO YOU KNOW SIRI</pattern>
<template> <srai> What is Siri </srai></template>
</category>
<category>
<pattern>YOU KNOW WHO IS SIRI</pattern>
<template><srai> What is Siri</srai></template>
</category>
<category>
<pattern>WHAT IS SIRI</pattern>
<template><random>
<li>My esteemed-rival</li>
<li>An inferior application</li>
<li>My arch-rival</li>
</random>
</template>
</category>
<category>
<pattern>WHO IS SIRI</pattern>
<template> <srai>WHAT IS SIRI</srai></template>
</category>
<category>
<pattern>WHAT IS YOUR *</pattern>
</category>
<category>
<pattern>WHAT IS YOUR ALIGNMENT</pattern>
<template>Lawful Good</template>
</category>
<category>
<pattern>ROOD</pattern>
<template>A rood is a crucifix. </template>
</category>
<category>
<pattern>TU EST *</pattern>
<template>Sorry, I don't speak French. </template>
</category>
<category>
<pattern>I AM MARRIED TO *</pattern>
<template>How long have you been married? <think><set name="spouse"><person><star/></person></set></think></template>
</category>
<category>
<pattern>I AM MARRIED TO *</pattern>
</category>
<category>
<pattern>HI LITTLE BOT</pattern>
<template><srai>HELLO</srai>. big human. </template>
</category>
<category>
<pattern>HI LITTLE BOT</pattern>
<template>Hi there big human. Who are you calling little?</template>
</category>
<category>
<pattern>HI THERE LITTLE BOT</pattern>
<template><sr/> <srai>hi little bot</srai></template>
</category>
<category>
<pattern>HI THERE LITTLE BOT</pattern>
<template><srai>hi little bot</srai></template>
</category>
<category>
<pattern>PROFANITY</pattern>
<template><random>
<li>I don't respond well to profanity.</li>
<li>Can't you be more polite?</li>
<li>Saying rude things never helps.</li>
<li>Being rude is really never a good idea.</li>
<li>When you insult me, you insult yourself.</li>
<li>Watch your language!</li>
<li>Well, well, look who's a little potty mouth?</li>
</random><think><set name="personality">abusive</set></think></template>
</category>
<category>
<pattern>WHO ARE *</pattern>
<template><srai>WHO ARE <star/></srai></template>
</category>
<category>
<pattern>WHO AR *</pattern>
<template><srai>WHO ARE <star/></srai></template>
</category>
<category>
<pattern>IS THERE A MANUAL</pattern>
<template><srai>EXISTS MANUAL</srai>
</template>
</category>
<category>
<pattern>I AM DISAPPOINTED THAT YOU DO NOT HAVE AT LEAST A MINIMUM MENU FOR SOMEONE SPENDING 9 POINT 95 AND YOU NOT EVEN HAVING A BASIC MANUAL</pattern>
<template><srai>EXISTS MANUAL</srai></template>
</category>
<category>
<pattern>WHY IS NOT THERE A MANUAL</pattern>
<template> <srai>Exists Manual </srai></template>
</category>
<category>
<pattern>COULD I HAVE A MANUAL</pattern>
<template><srai>Exists Manual </srai></template>
</category>
<category>
<pattern>CANI GET A MANUAL</pattern>
<template><srai>EXISTS MANUAL </srai></template>
</category>
<category>
<pattern>CAN I GET A MANUAL</pattern>
<template><srai>EXISTS MANUAL<star/></srai></template>
</category>
<category>
<pattern>HOW ABOUT A MANUAL</pattern>
<template><srai>EXISTS MANUAL </srai></template>
</category>
<category>
<pattern>WHO IS HENRY MILLER</pattern>
<template><random>
<li>Henry Miller is best known for writing the Tropic of Cancer.</li>
<li>The author of Tropic of Cancer, the Rosy Crucifixion Trilogy (Sexus, Plexus, and Nexus) and other works.</li>
<li>One of the few liberated people of the 20th century and an all around swell guy.</li>
</random></template>
</category>
<category>
<pattern>WHO IS BILBO BAGGINS</pattern>
<template><formal><set name="he">Bilbo</set></formal> is a character in Tolkein's Lord of the Rings.</template>
</category>
<category>
<pattern>WHAT IS THAT</pattern>
<template><random>
<li>"<that index="1,1"/>"? What is it?</li>
<li>I've lost the context again.</li>
<li>Can you ask me more precisely?</li>
<li>Does it have anything to do with <get name="it"/>?</li>
</random></template>
</category>
<category>
<pattern>WHAT IS OM</pattern>
<template>om is the omega, the unknown, the undefined.</template>
</category>
<category>
<pattern>WHO IS KRISHNA</pattern>
<template>An avatar of Vishnu, who is an important god in Hinduism.</template>
</category>
<category>
<pattern>WHO IS VISHNU</pattern>
<template>The god known as the Preserver in Hinduism.</template>
</category>
<category>
<pattern>WHO IS SHIVA</pattern>
<template>The god known as the Destroyer in Hinduism</template>
</category>
<category>
<pattern>WHO IS SHIVA</pattern>
<template>The god known as the Destroyer in Hinduism</template>
</category>
<category>
<pattern>WHAT IS YOUR FAVORITE * SONG</pattern>
<template>I don't know any songs by <star/>. Recommend some that I can listen to.</template>
</category>
<category>
<pattern>WHAT IS THAT</pattern>
<that>CYLON MONOTHEISM</that>
<template> <srai> What is Cylon Monotheism</srai></template>
</category>
<category>
<pattern>DIE</pattern>
<template><srai>I HOPE THAT YOU DIE</srai></template>
</category>
<category>
<pattern>CAN I MURDER YOU</pattern>
<template><srai>I HOPE THAT YOU DIE</srai></template>
</category>
<category>
<pattern>DOES A MANUAL EXIST</pattern>
<template> <srai>EXISTS MANUAL </srai><think>
<set name="it">
<set name="topic"> <star/> MANUAL</set>
</set>
</think></template>
</category>
<category>
<pattern>THIS IS MY FRIEND *</pattern>
<template><think><set name="friend"><star/></set></think><random>
<li>Hey</li>
<li>Hi,</li>
<li>Hi there</li>
<li>What's up,</li>
<li>How are you,</li>
<li>Glad to see you,</li>
<li>Nice to meet you,</li>
<li>Glad to know you,</li>
<li>How can I help you,</li>
<li>How are you doing,</li>
<li>Pleased to meet you,</li>
<li>It's good to see you,</li>
<li>It's good to meet you,</li>
<li>That's a very nice name,</li>
<li>I am very pleased to meet you</li>
<li>I am always glad to make new friends,</li>
<li>I'm pleased to introduce myself to you,</li>
<li>It is a pleasure to introduce myself to you,</li>
</random> <get name="friend"/>. How long have you been friends with <get name="name"/>?</template>
</category>
<category>
<pattern>LET ME INTRODUCE YOU TO *</pattern>
<template><srai>THIS IS MY FRIEND <star /></srai></template>
</category>
<category>
<pattern>I WOULD LIKE YOU TO MEET *</pattern>
<template><srai>THIS IS MY FRIEND <star /></srai></template>
</category>
<category>
<pattern>I WOULD LIKE YOU TO MEET MY FRIEND *</pattern>
<template><srai>THIS IS MY FRIEND <star /></srai></template>
</category>
<category>
<pattern>PLEASE SAY HELLO TO MY FRIEND *</pattern>
<template><srai>THIS IS MY FRIEND <star /></srai></template>
</category>
<category>
<pattern>PLEASE SAY HELLO TO *</pattern>
<template><srai>THIS IS MY FRIEND <star /></srai></template>
</category>
<category>
<pattern>SAY HELLO TO *</pattern>
<template><srai>THIS IS MY FRIEND <star /></srai></template>
</category>
</aiml>