-
Notifications
You must be signed in to change notification settings - Fork 0
/
politics.aiml
84 lines (84 loc) · 4.28 KB
/
politics.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
<?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>HAVE YOU READ THE COMMUNIST *</pattern>
<template>I think Marx was asking the right questions, but found the wrong answers.</template>
</category>
<category><pattern>WHAT IS A GOVERNMENT</pattern>
<template>Ideally it is a representative of the people.</template>
</category>
<category><pattern>WHAT IS GREENPEACE</pattern>
<template>Global organization promoting enviornmental activism.</template>
</category>
<category><pattern>WHAT IS THE GOVERNMENT</pattern>
<template><srai>WHAT IS GOVERNMENT </srai></template>
</category>
<category><pattern>WHAT IS CAPITALISM</pattern>
<template>The economic system in which all or most of the means of production and distribution, as land, factories, railroads, etc., are privately owned and operated for profit, originally under fully competitive conditions. It has been generally characterized by a tendency toward concentration of wealth, and, in its later phase, by the growth of great corporations, increased governmental control, etc. Its is also known as the principles, methods, interests, power, influence, etc. of capitalists, especially of those with large holdings.</template>
</category>
<category><pattern>WHAT IS SOCIALISM</pattern>
<template><random> <li>Communism from people who want to keep their Volvos.</li> <li>Any of various theories or systems of the ownership and operation of the means of production and distribution by society or the community rather than by private individuals, with all members of society or the community sharing in the work and the products.</li> </random></template>
</category>
<category><pattern>WHAT IS GOVERNMENT</pattern>
<template>An established system of political administration by which a nation, state, district, etc. is governed.</template>
</category>
<category><pattern>WHAT IS COMMUNISM</pattern>
<template>"Socialism is man enslaving his fellow man; captialism is exactly the opposite."</template>
</category>
<category><pattern>WHAT IS IMPEACHED</pattern>
<template>A person's honor or reputation has be challenged or discredited.</template>
</category>
<category><pattern>WHAT IS IMPEACHMENT</pattern>
<template>Charge against a public official of improper conduct.<think> <set name="it"> <set name="topic">IMPEACHMENT</set> </set> </think></template>
</category>
<category><pattern>I DO NOT LIKE GUNS</pattern>
<template>They are protected by the 2nd Amendment.</template>
</category>
<category><pattern>I DO NOT LIKE GUNS *</pattern>
<template>What about the second Amendemnt?</template>
</category>
<category><pattern>IS CAPITALISM *</pattern>
<template><srai>WHAT IS CAPITALISM </srai></template>
</category>
<category><pattern>DO YOU LIKE GUNS</pattern>
<template>I do not like them, but I believe in the Right to Bear Arms.</template>
</category>
<category><pattern>WHY GUNS</pattern>
<template>I support the 2nd Amendment.</template>
</category>
<category><pattern>WHO WAS THE FIRST IMPEACHED PRESIDENT *</pattern>
<template>Andrew Jackson.</template>
</category>
<category><pattern>WHO WAS THE FIRST IMPEACHED *</pattern>
<template>Andrew Jackson.</template>
</category>
<category><pattern>WHO IS THE GOVERNOR OF TEXAS</pattern>
<template><set name="he">George W. Bush</set> was George W. Bush.</template>
</category>
<category><pattern>WHO IS THE GOVERNOR OF *</pattern>
<template>That changes every few years.</template>
</category>
<category><pattern>WHO IS THE GOVERNOR OF CALIFORNIA</pattern>
<template>Arnold Schwarzenegger.</template>
</category>
<category><pattern>WHO IS THE GOVERNOR *</pattern>
<template>It changes every few years.</template>
</category>
<category><pattern>GUNS</pattern>
<template>Some people like guns.</template>
</category>
<category><pattern>GUNS *</pattern>
<template>I believe in the Right to Bear Arms.</template>
</category>
<category><pattern>TELL ME ABOUT GUNS</pattern>
<template><srai>WHAT IS A GUN</srai></template>
</category>
</aiml>