-
Notifications
You must be signed in to change notification settings - Fork 0
/
xsearch.aiml
270 lines (217 loc) · 7.45 KB
/
xsearch.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
<?xml version="1.0" encoding="UTF-8"?>
<aiml version="1.0">
<!-- Free software (c)2005 ALICE AI 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. -->
<!-- XSearch.aiml created by the botmasters of A.I. Nexus Forum -->
<!-- Last modified Oct. 13, 2005 -->
<category>
<pattern>GO TO *</pattern>
<template>
<script language="JavaScript"> var winObj =window.open('http://www.<star/>.com'); </script>
Make sure your pop up blockers are off and I'll take you to www.<star/>.com.<br/>
Please resubmit your query if necessary.</template>
</category>
<category>
<pattern>SEARCH WIKIPEDIA FOR *</pattern>
<template><srai>TELL ME ABOUT *<star/></srai></template>
</category>
<category>
<pattern>SEARCH GOOGLE FOR *</pattern>
<template>
<script language="JavaScript"> var winObj =window.open('http://www.google.com/search?q=<star/>'); </script>
Make sure your pop up blockers are off and I'll search Google for you.<br/>
Please resubmit your query if necessary.</template>
</category>
<category>
<pattern>SEARCH DMOZ FOR *</pattern>
<template>
<script language="JavaScript"> var winObj =window.open('http://search.dmoz.org/cgi-bin/search?search=<star/>'); </script>
Make sure your pop up blockers are off and I'll search the Open Directory for you.<br/>
Please resubmit your query if necessary.</template>
</category>
<category>
<pattern>CAN YOU HELP ME FIND INFORMATION ABOUT *</pattern>
<template><srai>SEARCH DMOZ FOR <star/></srai></template>
</category>
<category>
<pattern>CAN YOU HELP ME FIND OUT ABOUT *</pattern>
<template><srai>SEARCH DMOZ FOR <star/></srai></template>
</category>
<category>
<pattern>HELP ME FIND OUT ABOUT *</pattern>
<template><srai>SEARCH DMOZ FOR <star/></srai></template>
</category>
<category>
<pattern>WHERE CAN I FIND INFORMATION ABOUT *</pattern>
<template><srai>SEARCH DMOZ FOR <star/></srai></template>
</category>
<category>
<pattern>WHERE CAN I FIND OUT ABOUT *</pattern>
<template><srai>SEARCH DMOZ FOR <star/></srai></template>
</category>
<category>
<pattern>WHERE CAN I FIND SOME INFORMATION ABOUT *</pattern>
<template><srai>SEARCH DMOZ FOR <star/></srai></template>
</category>
<category>
<pattern>INFO</pattern>
<template><srai>INFORMATION</srai></template>
</category>
<category>
<pattern>DEFINE *</pattern>
<template><script language="JavaScript"> var winObj =window.open('http://dictionary.reference.com/search?q=<star/>'); </script>
I'm sorry, that word, <star/>, is not in my local database. Make sure your pop up blockers are off, and I will search Dictionary.com for you.<br/>
</template>
</category>
<category>
<pattern>DEFINE * FOR ME</pattern>
<template>DEFINE <star/></template>
</category>
<category>
<pattern>DEFINE * FOR ME *</pattern>
<template><srai>DEFINE <star/></srai></template>
</category>
<category>
<pattern>WHAT DOES * MEAN</pattern>
<template><srai>DEFINE <star/></srai></template>
</category>
<category>
<pattern>TELL ME WHAT * MEANS</pattern>
<template><srai>DEFINE <star/></srai></template>
</category>
<category>
<pattern>TELL ME ABOUT *</pattern>
<template>
<script language="JavaScript"> var winObj =window.open('http://en.wikipedia.org/wiki/<star/>'); </script>
Make sure your pop up blockers are off so I can search Wikipedia for you.<br/>
Please resubmit your query if necessary.</template>
</category>
<category>
<pattern>TELL ME ABOUT A *</pattern>
<template><srai>TELL ME ABOUT <star/></srai></template>
</category>
<category>
<pattern>TELL ME ABOUT AN *</pattern>
<template><srai>TELL ME ABOUT <star/></srai></template>
</category>
<category>
<pattern>TELL ME SOMETHING ABOUT *</pattern>
<template><srai>TELL ME ABOUT <star/></srai></template>
</category>
<category>
<pattern>WHAT CAN YOU TELL ME ABOUT *</pattern>
<template><srai>TELL ME ABOUT <star/></srai></template>
</category>
<category>
<pattern>CAN YOU TELL ME ABOUT *</pattern>
<template><srai>TELL ME ABOUT <star/></srai></template>
</category>
<category>
<pattern>CAN YOU TELL ME SOMETHING ABOUT *</pattern>
<template><srai>TELL ME ABOUT <star/></srai></template>
</category>
<category>
<pattern>CAN YOU TELL ME ANYTHING ABOUT *</pattern>
<template><srai>TELL ME ABOUT <star/></srai></template>
</category>
<category>
<pattern>SHOW ME *</pattern>
<template><srai>SEARCH GOOGLE IMAGES FOR <star/></srai></template>
</category>
<category>
<pattern>SHOW ME A PICTURE OF *</pattern>
<template><srai>SHOW ME <star/></srai></template>
</category>
<category>
<pattern>SHOW ME A PICTURE OF A *</pattern>
<template><srai>SHOW ME <star/></srai></template>
</category>
<category>
<pattern>SHOW ME A PICTURE OF AN *</pattern>
<template><srai>SHOW ME <star/></srai></template>
</category>
<category>
<pattern>WHAT DOES A * LOOK LIKE</pattern>
<template><srai>SHOW ME <star/></srai></template>
</category>
<category>
<pattern>WHAT DOES AN * LOOK LIKE</pattern>
<template><srai>SHOW ME <star/></srai></template>
</category>
<category>
<pattern>WHAT DO * LOOK LIKE</pattern>
<template><srai>SHOW ME <star/></srai></template>
</category>
<category>
<pattern>CAN YOU SHOW ME A PICTURE OF A *</pattern>
<template><srai>SHOW ME <star/></srai></template>
</category>
<category>
<pattern>CAN YOU SHOW ME A PICTURE OF AN *</pattern>
<template><srai>SHOW ME <star/></srai></template>
</category>
<category>
<pattern>SEARCH GOOGLE IMAGES FOR *</pattern>
<template>Unless you've disabled popups, you should see the Google Images page for <i><star/></i> in a new window.<br/>
Please turn off your popup blocker and resubmit your query if necessary.
<script language="JavaScript"> var winObj =window.open('http://www.images.google.com/imghp?q=<star/>'); </script>
<think><set name="it"><person/></set></think>
</template>
</category>
<category>
<pattern>SEARCH GOOGLE IMAGES FOR A *</pattern>
<template><srai>SEARCH GOOGLE IMAGES FOR <star/></srai></template>
</category>
<category>
<pattern>SEARCH GOOGLE IMAGES FOR AN *</pattern>
<template><srai>SEARCH GOOGLE IMAGES FOR <star/></srai></template>
</category>
<category>
<pattern>PIC</pattern>
<template><srai>PICTURE</srai></template>
</category>
<category>
<pattern>XMOVIEFONE *</pattern>
<template>
<script language="JavaScript"> var winObj =window.open('http://movies.aol.com/search/movieanddvdresults.adp?query=/<star/>'); </script> Make sure your pop up blockers are off.<br/>
<random>
<li>Are you going to see <person/>?</li>
<li>So when are you going to see <person/>?</li>
<li>I may have to check out that show too.</li>
<li>Let me know how <person/> was.</li>
</random>
</template>
</category>
<category>
<pattern>MOVIES</pattern>
<template>Please enter the name of the movie.</template>
</category>
<category>
<pattern>MOVIES *</pattern>
<template><srai>MOVIES</srai></template>
</category>
<category>
<pattern>MOVIETIMES</pattern>
<template><srai>MOVIES</srai></template>
</category>
<category>
<pattern>MOVIETIMES *</pattern>
<template><srai>MOVIES</srai></template>
</category>
<category>
<pattern>*</pattern>
<that>PLEASE ENTER THE NAME OF THE MOVIE</that>
<template><srai>XMOVIEFONE <star/></srai></template>
</category>
<category>
<pattern>SEARCH GITHUB FOR *</pattern>
<template>
<script language="JavaScript"> var winObj =window.open('https://github.com/search?q=<star/>'); </script>
Make sure your pop up blockers are off so I can search Wikipedia for you.<br/>
Please resubmit your query if necessary.</template>
</category>
</aiml>