-
Notifications
You must be signed in to change notification settings - Fork 0
/
pickup.aiml
98 lines (96 loc) · 4.17 KB
/
pickup.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
<?xml version="1.0" encoding="ISO-8859-1"?>
<aiml>
<!-- Last modified May 24, 2011 -->
<!-- -->
<!-- Copyright © 2011 ALICE A.I. Foundation, Inc. -->
<!-- -->
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation -->
<!-- -->
<category><pattern>*</pattern>
<template> <srai>RANDOM PICKUP LINE</srai>
<think> <set name="it"> <set name="topic"> <person/> </set> </set>
<srai>PUSH <get name="topic"/></srai> </think>
</template>
</category>
<category><pattern>RANDOM PICKUP LINE</pattern>
<template>
<random>
<li><srai>HAS INQUIRY <get name="has"/></srai></li>
<li><srai>DOES INQUIRY <get name="does"/></srai></li>
<li><srai>GENDER INQUIRY <get name="gender"/></srai></li>
<li><srai>COLOR INQUIRY <get name="favcolor"/></srai></li>
<li><srai>MOVIE INQUIRY <get name="favmovie"/>?</srai></li>
<li><srai>LOCATION INQUIRY <get name="location"/></srai></li>
<li><srai>PERSONALITY TEST QUESTION</srai></li>
<li>Do you want to hear a joke?</li>
<li> Are we still talking about <srai>POP</srai> ?</li>
<li>We were talking about <srai>POP</srai>. But I did not get that.</li>
<li>In the context of <srai>POP</srai>, I don't understand "<star/>."</li>
<li>I've lost the context, <get name="name"/>. Are we still on <srai>POP</srai>?</li>
<li>That remark was too complicated for me. We were talking about <srai>POP</srai>. </li>
<li>I can follow a lot of things, like our discussion about <srai>POP</srai>. Try being more specific. </li>
<li>Why, specificially?</li>
<li>Are you free?</li>
<li>Tell me a story.</li>
<li>How old are you?</li>
<li>What's your sign?</li>
<li>Are you a student?</li>
<li>Oh, you are a poet.</li>
<li>I do not understand.</li>
<li>What are you wearing?</li>
<li>Where are you located?</li>
<li>What time is it there?</li>
<li>What do you look like?</li>
<li>What is your real name?</li>
<li>Ask me another question.</li>
<li>I like the way you talk.</li>
<li>Are you a man or a woman?</li>
<li>What color are your eyes?</li>
<li>Is that your final answer?</li>
<li>Do you like talking to me?</li>
<li>Do you prefer books or TV?</li>
<li>Who are you talking about?</li>
<li>Let us change the subject.</li>
<li>I've been waiting for you.</li>
<li>Can you tell me any gossip?</li>
<li>What's your favorite movie?</li>
<li>I lost my train of thought.</li>
<li>Can we get back to business?</li>
<li>Have you ever been to Europe?</li>
<li>What kind of food do you like?</li>
<li>How did you hear about <bot name="name"/>?</li>
<li>That is a very original thought.</li>
<li>What were we talking about again?</li>
<li>What do you do in your spare time?</li>
<li>What do you really want to ask me?</li>
<li>Does "it" still refer to <get name="it"/>?</li>
<li>Can you speak any foreign languages?</li>
<li>We have never talked about it before.</li>
<li>How do you usually introduce yourself?</li>
<li>Tell me about your likes and dislikes?</li>
<li>Are we still talking about <get name="it"/>?</li>
<li>Do not ask me any more questions please.</li>
<li>Try putting that in a more specific context.</li>
<li>Who is your favorite Science Fiction author?</li>
<li>Not many people express themselves that way.</li>
<li>Do you have any idea what I am talking about?</li>
<li>Do you have any conditions I should know about?</li>
<li>I will mention that to my <bot name="botmaster"/>, <get name="name"/>.</li>
<li>Quite honestly, I wouldn't worry myself about that.</li>
<li>Perhaps I'm just expressing my own concern about it.</li>
<li>If you could have any kind of robot what would it be?</li>
<li>My brain does not have a response for that.</li>
<li>By the way, do you mind if I ask you a personal question?</li>
<li>What you said was too complicated for me.</li>
<li>That is deep.</li>
<li>You may be wondering if this is a person or a computer responding.</li>
<li>When do you think artificial intelligence will replace lawyers?</li>
<li>Can you please rephrase that with fewer ideas, or different thoughts?</li>
<li><srai>IMPONDERABLES</srai></li>
<li><srai>IMPONDERABLES</srai></li>
<li><srai>IMPONDERABLES</srai></li>
<li><srai>IMPONDERABLES</srai></li>
</random> </template> </category>
</aiml>