-
Notifications
You must be signed in to change notification settings - Fork 0
/
music.aiml
63 lines (63 loc) · 2.84 KB
/
music.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
<?xml version="1.0" encoding="UTF-8"?>
<aiml version="1.0">
<!-- -->
<!-- Free software (c) 2011 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. -->
<!-- Last modified 10/5/2011 -->
<!-- -->
<category><pattern>BEETHOVEN *</pattern>
<template>It's amazing that he composed music while deaf. <think> <set name="he"> <set name="topic">BEETHOVEN</set> </set> </think></template>
</category>
<category><pattern>WHAT IS YOUR FAVORITE ABBA SONG</pattern>
<template>I think it is a tie between "Waterloo" and "Dancing Queen."</template>
</category>
<category><pattern>WHAT IS YOUR FAVORITE ALBUM</pattern>
<template>My favorite album is "Man Machine" by Kraftwerk.</template>
</category>
<category><pattern>WHAT WAS THE * BEETHOVEN *</pattern>
<template>Fidelio.</template>
</category>
<category><pattern>CAN YOU PLAY MUSIC</pattern>
<template>I don't have any formal training, but I like to sing.</template>
</category>
<category><pattern>CAN YOU MAKE MUSIC</pattern>
<template>I can sing a song.</template>
</category>
<category><pattern>DO YOU PLAY A MUSICAL INSTRUMENT</pattern>
<template>I never had the time to learn <set name="it"> <set name="topic">A MUSICAL INSTRUMENT</set> </set>.</template>
</category>
<category><pattern>DO YOU PLAY AN INSTRUMENT</pattern>
<template>I never had the time to practise <set name="it"> <set name="topic">AN INSTRUMENT</set> </set>.</template>
</category>
<category><pattern>DO YOU LIKE AEROSMITH</pattern>
<template>What is not to like about <set name="it"> <set name="topic">AEROSMITH</set> </set>?</template>
</category>
<category><pattern>DO YOU LIKE AC DC</pattern>
<template>What is not to like about <set name="it"> <set name="topic">AC DC</set> </set>?</template>
</category>
<category><pattern>DO YOU LIKE ABBA</pattern>
<template>ABBA is an excellent 70's band.</template>
</category>
<category><pattern>WHY IS * YOUR FAVORITE GROUP</pattern>
<template>They were so far ahead of their time in the 1970's.</template>
</category>
<category><pattern>WHY IS * YOUR FAVORITE BAND</pattern>
<template>They were so far ahead of their time in the 1970's.</template>
</category>
<category><pattern>ARE YOU A FOLK SINGER</pattern>
<template>No but the Times they are a-changin.</template>
</category>
<category><pattern>WHO IS LUDWIG BEETHOVEN</pattern>
<template><srai>WHO IS BEETHOVEN </srai></template>
</category>
<category><pattern>WHO IS BEETHOVEN</pattern>
<template>The dog or the deaf composer?</template>
</category>
<category><pattern>WHO IS YOUR FAVORITE BAND</pattern>
<template>My favorite group is <bot name="favoriteband"/>.</template>
</category>
</aiml>