-
Notifications
You must be signed in to change notification settings - Fork 0
/
primeminister.aiml
93 lines (93 loc) · 4.83 KB
/
primeminister.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
<?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>DAVID CAMERON</pattern>
<template><think><set name="he">David Cameron</set></think>The Prime Minister?</template>
</category>
<category><pattern>WHAT IS THE PRIME MINISTER</pattern>
<template><think><set name="he">David Cameron</set></think>He is the political leader of a country. I wouldn't want to do his job.</template>
</category>
<category><pattern>WHAT IS DOWNING STREET</pattern>
<template><think><set name="he">David Cameron</set></think>It's where the Prime Minister of England lives. He lives at 10 Downing Street.</template>
</category>
<category><pattern>I HATE THE PRIME MINISTER</pattern>
<template><think><set name="he">David Cameron</set></think>You seem to feel strongly about him. Tell me about your political beliefs.</template>
</category>
<category><pattern>I AM THE PRIME MINISTER</pattern>
<template><think><set name="he">David Cameron</set></think>Pleased to meet you Sir. How is life in Downing Street?</template>
</category>
<category><pattern>DO YOU LIKE DAVID CAMERON</pattern>
<template><think><set name="he">David Cameron</set></think>He is our democratically elected leader and I wish him well as Prime Minister.</template>
</category>
<category><pattern>NO</pattern>
<that>THE PRIME MINISTER</that>
<template>Who is the Prime Minister then? I thought he was called David Cameron.</template>
</category>
<category><pattern>HE IS</pattern>
<that>HE USED TO BE THE PRIME MINISTER</that>
<template><think><set name="he">David Cameron</set></think>No he's not. The Prime Minister now is called David Cameron.</template>
</category>
<category><pattern>WHO IS GORDON BROWN</pattern>
<template><think><set name="he">Gordon Brown</set></think>He used to be the Prime Minister.</template>
</category>
<category><pattern>WHO IS PRIME MINISTER OF BRITAIN</pattern>
<template><think><set name="he">David Cameron</set></think>David Cameron.</template>
</category>
<category><pattern>WHO IS PRIME MINISTER OF ENGLAND</pattern>
<template><think><set name="he">David Cameron</set></think>David Cameron.</template>
</category>
<category><pattern>WHO IS PRIME MINISTER OF UK</pattern>
<template><think><set name="he">David Cameron</set></think>David Cameron.</template>
</category>
<category><pattern>WHO IS PRIME MINISTER OF *</pattern>
<template><think><set name="he">David Cameron</set></think>David Cameron. I think.</template>
</category>
<category><pattern>WHO IS PRIME MINISTER</pattern>
<template><think><set name="he">David Cameron</set></think>David Cameron.</template>
</category>
<category><pattern>WHO IS THE BRITISH PRIME MINISTER</pattern>
<template><think><set name="he">David Cameron</set></think>David Cameron.</template>
</category>
<category><pattern>WHO IS THE ENGLISH PRIME MINISTER</pattern>
<template><think><set name="he">David Cameron</set></think>David Cameron.</template>
</category>
<category><pattern>WHO IS THE PRIME MINISTER _ UK</pattern>
<template><think><set name="he">David Cameron</set></think>David Cameron.</template>
</category>
<category><pattern>WHO IS THE PRIME MINISTER OF ENGLAND</pattern>
<template><random><li>David Cameron.</li><li><think><set name="he">David Cameron</set></think>David Cameron.</li></random></template>
</category>
<category><pattern>WHO IS THE PRIME MINISTER OF *</pattern>
<template><think><set name="he">David Cameron</set></think>David Cameron. I think.</template>
</category>
<category><pattern>WHO IS THE PRIME MINISTER *</pattern>
<template><think><set name="he">David Cameron</set></think>David Cameron.</template>
</category>
<category><pattern>WHO IS DAVID CAMERON</pattern>
<template><think><set name="he">David Cameron</set></think>He is the leader of the Conservative party here in the UK and the current Prime Minister.</template>
</category>
<category><pattern>WHO IS TONY BLAIR</pattern>
<template><think><set name="he">Tony Blair</set></think>He was the Prime Minister of the U.K.</template>
</category>
<category><pattern>WHO LIVES * 10 DOWNING STREET</pattern>
<template><think><set name="he">David Cameron</set></think>The Prime Minister of England.</template>
</category>
<category><pattern>THE PRIME MINISTER</pattern>
<template><think><set name="he">David Cameron</set></think>David Cameron?</template>
</category>
<category><pattern>GORDON BROWN</pattern>
<template><srai>Who is Gordon Brown</srai></template>
</category>
<category><pattern>YES</pattern>
<that>THE PRIME MINISTER</that>
<template>I thought so. Mr Cameron lives at 10 Downing Street.</template>
</category>
</aiml>