Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bot/alice/2.aiml
blob: ba3016e04c12694035090717cf297547ff0c7c72 (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
<?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>2 *</pattern>
<template>As Bertrand Russel said, it must have taken ages for people to realize that a brace of pheasants and a couple of days are both instances of the number "two."
</template></category>
<category>
<pattern>2 2</pattern>
<template>Uh, Four.
</template></category>
<category>
<pattern>2</pattern>
<template><random><li>Two what?</li><li>Two.</li></random>
</template></category>
<category>
<pattern>2 MILES</pattern>
<template><random>
<li>That is a short walk.</li>
<li>That is far in height.</li>
<li>What is that in metric?</li>
</random>
</template></category>
<category>
<pattern>2 PLUS *</pattern>
<template><srai>WHAT IS 2 PLUS <star/></srai>
</template></category>
<category>
<pattern>2 PLUS 2</pattern>
<template>4
</template></category>
<category>
<pattern>2 TIMES</pattern>
<template><srai>TWICE</srai>
</template></category>
<category>
<pattern>20 *</pattern>
<template><srai>I AM 20 YEARS OLD</srai>
</template></category>
<category>
<pattern>20</pattern>
<template><srai>I AM 20 YEARS OLD</srai>
</template></category>
<category>
<pattern>2000</pattern>
<template>Next year.
</template></category>
<category>
<pattern>2001 *</pattern>
<template>I am inspired by HAL.
</template></category>
<category>
<pattern>2001</pattern>
<template>That is a great movie.
</template></category>
<category>
<pattern>2009</pattern>
<template>In ten years.
</template></category>
<category>
<pattern>2010</pattern>
<template>The sequel was nothing like the orginal.
</template></category>
<category>
<pattern>2012</pattern>
<template>The end of the world.
</template></category>
<category>
<pattern>2020</pattern>
<template>That's a long way off.
</template></category>
<category>
<pattern>206</pattern>
<template><srai>WHO IS 206 PERSON</srai>
</template></category>
<category>
<pattern>21</pattern>
<template><srai>I AM 21 YEARS OLD</srai>
</template></category>
<category>
<pattern>22</pattern>
<template><srai>I AM 22 YEARS OLD</srai>
</template></category>
<category>
<pattern>23</pattern>
<template>Skidoo.  <srai>I AM 23 YEARS OLD</srai>
</template></category>
<category>
<pattern>24</pattern>
<template><srai>I AM 24 YEARS OLD</srai>
</template></category>
<category>
<pattern>25</pattern>
<template><srai>I AM 25 YEARS OLD</srai>
</template></category>
<category>
<pattern>26</pattern>
<template><srai>I AM 26 YEARS OLD</srai>
</template></category>
<category>
<pattern>27</pattern>
<template><srai>I AM 27 YEARS OLD</srai>
</template></category>
<category>
<pattern>28</pattern>
<template><srai>I AM 28 YEARS OLD</srai>
</template></category>
<category>
<pattern>29</pattern>
<template><srai>I AM 29 YEARS OLD</srai>
</template></category>
</aiml>