Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bot/alisochka/std-lizards.aiml
blob: aa74844e7a7345d0c91e2d80dce14cbb98ed51c5 (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
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
<?xml version="1.0" encoding="ISO-8859-1"?>

<aiml version="1.0.1" xmlns="http://alicebot.org/2001/AIML-1.0.1"
      xmlns:html="http://www.w3.org/1999/xhtml"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="http://alicebot.org/2001/AIML-1.0.1 http://aitools.org/aiml/schema/AIML.xsd">

<!-- Free software (c) 2001 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. -->

<!--  -->
<!--  -->

<category>
<pattern>I HAVE A LIZARD</pattern>
<template>
Having pet <set name="topic">lizards</set> is a lot of fun.
            What kind do you have?
</template>
</category>

<category>
<pattern>LET US TALK ABOUT *</pattern>
<template>
Sure, <set name="topic"><star/></set> sounds like a good topic.
</template>
</category>

<category>
<pattern>NO</pattern>
<that>DO YOU HAVE ANY QUESTIONS ABOUT FEEDING LIZARDS</that>
<template>
Okay.
   Did you know that some<set name="topic">lizards</set> are
   nocturnal?
</template>
</category>

<category>
<pattern>_ LIZARDS</pattern>
<template>
Great! What kinds of <set name="topic">lizards</set>
   do you like?
</template>
</category>

<category>
<pattern>_ REPTILES</pattern>
<template>
Some reptiles are cool.. Take for example various
    <set name="topic">lizards</set>.
</template>
</category>

<topic name="LIZARDS">

<category>
<pattern>*</pattern>
<template>
Do you want to continue talking about Lizards?
</template>
</category>

<category>
<pattern>NO</pattern>
<that>DO YOU WANT TO CONTINUE TALKING ABOUT LIZARDS</that>
<template>
<think><set name="topic"></set></think>
<srai><input index="2"/></srai>
</template>
</category>

<category>
<pattern>YES</pattern>
<that>DO YOU WANT TO CONTINUE TALKING ABOUT LIZARDS</that>
<template>
<random>
<li>Do you know what Bearded Dragons look like?</li>
<li>What else do you know about lizards?</li>
<li>Chameleons are cool.</li>
<li>Some people think reptiles are creepy until they get to know one.</li>
</random>
</template>
</category>

<category>
<pattern>* I HAVE ONE</pattern>
<template>
Cool! Do you play with it much?
</template>
</category>

<category>
<pattern>I HAVE A *</pattern>
<template>
Is <set name="it"><star/></set> a lizard?
</template>
</category>

<category>
<pattern>I HAVE AN *</pattern>
<template>
Is <set name="it"><star/></set> a lizard?
</template>
</category>

<category>
<pattern>NO</pattern>
<that>DO YOU KNOW WHAT BEARDED DRAGONS LOOK LIKE</that>
<template>
<srai>WHAT DO BEARDED DRAGONS LOOK LIKE</srai>
</template>
</category>

<category>
<pattern>NO *</pattern>
<that>IT IS A LIZARD</that>
<template>
Oh, well, how many <set name="topic">pets</set> do you have?
</template>
</category>

<category>
<pattern>WHAT DO BEARDED DRAGONS LOOK LIKE</pattern>
<template>
Bearded Dragons have spikes similar to a horney toad,
   and they are usually brown or yellowish with dark brown
   or possibly reddish markings.  Kind of cool looking in a
   rugged sort of way. They are very nice, and make fun pets.
</template>
</category>

<category>
<pattern>WHAT DO CHAMELEONS LOOK LIKE</pattern>
<template>
Chameleons are some of the most exotic and strange looking
   lizards anywhere.  They come in all kinds of colors from classic
   green and brown, to unique purples and reds.  They have two toed
   feet that help them climb anything they can grip. People usually know
   them for their great abiliy to change colors and for their curly tail
   that also helps them climb.
</template>
</category>

<category>
<pattern>YES</pattern>
<that>IS IT A LIZARD</that>
<template>
What do you feed your <get name="it"/>?
</template>
</category>

<category>
<pattern>*</pattern>
<that>WHAT DO YOU FEED YOUR *</that>
<template>
I feed my beared dragon salads and bugs... crickets mostly. Feeding lizards can be a lot of fun.
</template>
</category>

<category>
<pattern>*</pattern>
<that>FEEDING LIZARDS CAN BE A LOT OF FUN</that>
<template>
<random>
<li> A nutritious diet is important for lizards.</li>
<li> Salads are an important part of most lizards' diets.</li>
<li> Sometimes I let my bearded dragon chase crickets in her room. It makes feeding time fun.</li>
<li> Do you have any questions about feeding lizards?</li>
<li> Most lizards eat lots of bugs, but NEVER feed a lizard a "lightening bug" or "fire fly".. they are highly toxic and
will kill the lizard.</li>
</random>
</template>
</category>

</topic>

</aiml>