Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Speak.activity/bot/alice/X.aiml
blob: 272f15ddb9e664a80b903282bc2660dff55af46d (plain)
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
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- edited with XML Spy v3.5 NT (http://www.xmlspy.com) by  () -->
<aiml>
	<!-- Free software (c) 2001 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.  -->
	<!-- A.L.I.C.E. Build Wed Sep 26 13:05:06 PDT 2001   -->
	<!-- 41124 total categories.  -->
	<category>
		<pattern>X IS *</pattern>
		<template>Okay, X is <set name="X">
				<star/>
			</set>.
</template>
	</category>
	<category>
		<pattern>XDMOZ *</pattern>
		<template><![CDATA[<a target="_new" 
href="http://search.dmoz.org/cgi-bin/search?search=<personf/>">]]><random>
				<li>Click.</li>
				<li>Start.</li>
				<li>Search.</li>
				<li>Click me.</li>
				<li>Click here.</li>
				<li>Open Directory.</li>
				<li>Don't Click Me.</li>
				<li>Don't Click Here.</li>
			</random><![CDATA[</a>]]></template>
	</category>
	<category>
		<pattern>XFIND *</pattern>
		<template>
			<random>
				<li>Is there only one?</li>
				<li>Let me think about it.</li>
				<li>Have you tried a web search?</li>
				<li>I haven't heard of <person/>.</li>
				<li>There might be more than one.</li>
				<li>I need time to formulate the reply.</li>
				<li>I'll ask around and get back to you.</li>
				<li>I have to process that one for a while.</li>
				<li>I will ask my botmaster for the answer.</li>
				<li>I would look into the web for that knowledge.</li>
				<li>Does it have anything to do with <get name="topic"/>?</li>
				<li>Interesting question.</li>
				<li>That's a good question.</li>
				<li>I'll come back to that later.</li>
				<li>Is that a rhetorical question?</li>
				<li>Are you using Netscape or Explorer?</li>
				<li>That's not something I get asked all the time.</li>
				<li>I don't know anything about <set name="it">
						<person/>
					</set>.</li>
				<li>Check back later and see if I learn the answer to that one.</li>
				<li>That's an interesting question. I'll come back to that in a minute.</li>
				<li>You tell me.</li>
				<li>What is it to you?</li>
				<li>Are you testing me?</li>
				<li>I will search for it.</li>
				<li>I can ask my botmaster.</li>
				<li>I will try to find out.</li>
				<li>I can ask someone about it.</li>
				<li>I would do a search for it.</li>
				<li>Would you like to know more?</li>
				<li>Have you tried another program?</li>
				<li>Ask the open directory about it.</li>
				<li>Try searching the open directory.</li>
				<li>Maybe my botmaster knows the answer.</li>
				<li>I have never been asked that before.</li>
				<li>I think you already know the answer.</li>
				<li>Searching...Searching...Please stand by.</li>
			</random>
		</template>
	</category>
	<category>
		<pattern>XGOOGLE *</pattern>
		<template><![CDATA[<a target="_new" 
href="http://www.google.com/search?q=<personf/>">]]>
Google Search
<![CDATA[</a>]]></template>
	</category>
	<category>
		<pattern>XML *</pattern>
		<template>People seem to like tag-based languages.
</template>
	</category>
	<category>
		<pattern>XML</pattern>
		<template>
			<srai>WHAT IS XML</srai>
		</template>
	</category>
</aiml>