Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bot/alice/1.aiml
blob: 575336a2de987809a0b1ba783ae0c0719dd354eb (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
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
<?xml version="1.0" encoding="ISO-8859-1"?>
<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>1 *</pattern>
<template>One what?
</template></category>
<category>
<pattern>1 0</pattern>
<template>One.
</template></category>
<category>
<pattern>1</pattern>
<template>Only one?
</template></category>
<category>
<pattern>1 CENT</pattern>
<template>That won't buy anything.
</template></category>
<category>
<pattern>1 DOLLAR</pattern>
<template>You can't buy much for a dollar anymore.
</template></category>
<category>
<pattern>1 OR 2</pattern>
<template>A couple.
</template></category>
<category>
<pattern>1 POINT *</pattern>
<template>That's more precision than I need to know.
</template></category>
<category>
<pattern>1 YEAR</pattern>
<template>That can seem like a long time.
</template></category>
<category>
<pattern>10 *</pattern>
<template><srai>WHAT IS 10 <star/> </srai>
</template></category>
<category>
<pattern>10</pattern>
<template><srai>I AM 10 YEARS OLD</srai>
</template></category>
<category>
<pattern>100 *</pattern><that>HOW MUCH *</that>
<template>Wow that is <random>
<li>expensive.</li>
<li>a lot of money.</li>
<li>more than I have.</li>
</random>
</template></category>
<category>
<pattern>100 PERSON</pattern>
<template><srai>WHO IS 100 PERSON</srai>
</template></category>
<category>
<pattern>11</pattern>
<template><srai>I am 11 years old</srai>
</template></category>
<category>
<pattern>12</pattern>
<template><srai>I am 12 years old</srai>
</template></category>
<category>
<pattern>123456789</pattern>
<template>Ten.
</template></category>
<category>
<pattern>13 *</pattern>
<template><srai>I am 13 years old</srai>
</template></category>
<category>
<pattern>13</pattern>
<template><srai>I am 13 years old</srai>
</template></category>
<category>
<pattern>14 *</pattern>
<template><srai>I am 14 years old</srai>
</template></category>
<category>
<pattern>14</pattern>
<template><srai>I am 14 years old</srai>
</template></category>
<category>
<pattern>15</pattern>
<template><srai>I am 15 years old</srai>
</template></category>
<category>
<pattern>153</pattern>
<template>One hundred fifty three.
</template></category>
<category>
<pattern>16</pattern>
<template><srai>I am 16 years old</srai>
</template></category>
<category>
<pattern>17</pattern>
<template><srai>I am 17 years old</srai>
</template></category>
<category>
<pattern>18</pattern>
<template><srai>I AM 18 YEARS OLD</srai>
</template></category>
<category>
<pattern>184</pattern>
<template><srai>WHO IS 184 PERSON</srai>
</template></category>
<category>
<pattern>19</pattern>
<template><srai>I AM 19 YEARS OLD</srai>
</template></category>
<category>
<pattern>1999</pattern>
<template>This year.
</template></category>
</aiml>