-
Notifications
You must be signed in to change notification settings - Fork 0
/
horoscope.aiml
258 lines (238 loc) · 6.04 KB
/
horoscope.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
<?xml version="1.0" encoding="ISO-8859-1"?>
<aiml version="1.0">
<!-- Free software (c)2008 Square Bear. -->
<!-- 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.1 Tag Set Specification -->
<!-- as adopted by the ALICE A.I. Foundation. -->
<!-- horoscope.aiml by Square Bear -->
<!-- http://www.square-bear.co.uk -->
<category>
<pattern>_ MY HOROSCOPE</pattern>
<template>
<srai>HOROSCOPE</srai>
</template>
</category>
<category>
<pattern>_ MY HOROSCOPE *</pattern>
<template>
<srai>HOROSCOPE</srai>
</template>
</category>
<category>
<pattern>HOROSCOPE</pattern>
<template>
<think>
<set name="topic">Horoscope</set>
</think>
<condition>
<li name="sign" value="*">
<random>
<li><srai><get name="sign"/></srai></li>
</random>
</li>
<li>What star sign are you?</li>
</condition>
</template>
</category>
<topic name="Horoscope">
<category>
<pattern>*</pattern>
<that>WHAT STAR SIGN ARE YOU</that>
<template>There's no such star sign as<star/>.
</template>
</category>
</topic>
<topic name="Horoscope">
<category>
<pattern>ARIES</pattern>
<template>ARIES - March 21st - April 20th<br/>
<think><set name="sign">Aries</set></think>
<srai>RANDOM HOROSCOPE</srai>
</template>
</category>
</topic>
<topic name="Horoscope">
<category>
<pattern>TAURUS</pattern>
<template>TAURUS - April 21st - May 21st<br/>
<think><set name="sign">Taurus</set></think>
<srai>RANDOM HOROSCOPE</srai>
</template>
</category>
</topic>
<topic name="Horoscope">
<category>
<pattern>GEMINI</pattern>
<template>GEMINI - May 22nd - June 21st<br/>
<think><set name="sign">Gemini</set></think>
<srai>RANDOM HOROSCOPE</srai>
</template>
</category>
</topic>
<topic name="Horoscope">
<category>
<pattern>CANCER</pattern>
<template>CANCER - June 22nd - July 22nd<br/>
<think><set name="sign">Cancer</set></think>
<srai>RANDOM HOROSCOPE</srai>
</template>
</category>
</topic>
<topic name="Horoscope">
<category>
<pattern>LEO</pattern>
<template>LEO - July 23rd - August 21st<br/>
<think><set name="sign">Leo</set></think>
<srai>RANDOM HOROSCOPE</srai>
</template>
</category>
</topic>
<topic name="Horoscope">
<category>
<pattern>VIRGO</pattern>
<template>VIRGO - August 22nd - September 23rd<br/>
<think><set name="sign">Virgo</set></think>
<srai>RANDOM HOROSCOPE</srai>
</template>
</category>
</topic>
<topic name="Horoscope">
<category>
<pattern>LIBRA</pattern>
<template>LIBRA - September 24th - October 23rd<br/>
<think><set name="sign">Libra</set></think>
<srai>RANDOM HOROSCOPE</srai>
</template>
</category>
</topic>
<topic name="Horoscope">
<category>
<pattern>SCORPIO</pattern>
<template>SCORPIO - October 24th - November 22nd<br/>
<think><set name="sign">Scorpio</set></think>
<srai>RANDOM HOROSCOPE</srai>
</template>
</category>
</topic>
<topic name="Horoscope">
<category>
<pattern>SAGITTARIUS</pattern>
<template>SAGITTARIUS - November 23rd - December 22nd<br/>
<think><set name="sign">Sagittarius</set></think>
<srai>RANDOM HOROSCOPE</srai>
</template>
</category>
</topic>
<topic name="Horoscope">
<category>
<pattern>CAPRICORN</pattern>
<template>CAPRICORN - December 23rd - January 20th<br/>
<think><set name="sign">Capricorn</set></think>
<srai>RANDOM HOROSCOPE</srai>
</template>
</category>
</topic>
<topic name="Horoscope">
<category>
<pattern>AQUARIUS</pattern>
<template>AQUARIUS - January 21st - February 19th<br/>
<think><set name="sign">Aquarius</set></think>
<srai>RANDOM HOROSCOPE</srai>
</template>
</category>
</topic>
<topic name="Horoscope">
<category>
<pattern>PISCES</pattern>
<think><set name="sign">Pisces</set></think>
<template>Pisces - February 20th - March 20th<br/>
<srai>RANDOM HOROSCOPE</srai>
</template>
</category>
</topic>
<topic name="Horoscope">
<category>
<pattern>RANDOM HOROSCOPE</pattern>
<template>
Your horoscope for <date format="%x"/><br/><br/>
<random>
<li>Today, will be interesting as</li>
<li>If you have money worries then it's good news as</li>
<li>If you are single, great news when</li>
<li>The stars align in your sign over the next few days and</li>
</random>
<random>
<li>Jupiter and Venus</li>
<li>Mars and Capricorn</li>
<li>the Sun along with Mercury</li>
<li>three different planets</li>
</random>
<random>
<li>enter your sign.</li>
<li>align in Pisces.</li>
<li>are visible near Neptune.</li>
<li>come together.</li>
</random>
<random>
<li>This will mean</li>
<li>A rare event such as this will ensure that</li>
<li>Spend your day wisely as</li>
<li>Everything goes right for you,</li>
</random>
<random>
<li>fortune smiles on you and</li>
<li>Lady Luck is on your side and</li>
<li>love is not far away and</li>
<li>this will be a great day and</li>
</random>
<random>
<li>you will not put a foot wrong.</li>
<li>someone you have a crush on feels the same way.</li>
<li>a possible Lottery win is in the stars.</li>
<li>you re-discover an old heirloom.</li>
</random>
<random>
<li>However,</li>
<li>Good luck may not last though,</li>
<li>It's not all good news, </li>
<li>Be careful though,</li>
</random>
<random>
<li>Saturn is not far away from Venus so</li>
<li>the Moon soon moves through Aries and</li>
<li>Neptune's alignment with Pluto means</li>
<li>not all the planets are happy and</li>
</random>
<random>
<li>things may not go according to plan.</li>
<li>a jealous colleague is watching you closely.</li>
<li>something you did last week will come back to haunt you.</li>
<li>you will lose a valuable object.</li>
</random>
<random>
<li>So, in summary,</li>
<li>Overall,</li>
<li>After all,</li>
<li>Taking everything into account,</li>
</random>
<random>
<li>the planets can be fickle but are rising in Libra so</li>
<li>Mars is an angry planet but is weak as Scorpio rises in the East so</li>
<li>keep a close eye on those around you but</li>
<li>you know your own mind very well so</li>
</random>
<random>
<li>enjoy your day.</li>
<li>make time for yourself today.</li>
<li>let today be a fun day for you.</li>
<li>forget the bad things and look forward to a great day.</li>
</random>
<think>
<set name="topic">Future</set>
</think>
</template>
</category>
</topic>
</aiml>