Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bot/alice/1.aiml
diff options
context:
space:
mode:
Diffstat (limited to 'bot/alice/1.aiml')
-rw-r--r--bot/alice/1.aiml123
1 files changed, 123 insertions, 0 deletions
diff --git a/bot/alice/1.aiml b/bot/alice/1.aiml
new file mode 100644
index 0000000..575336a
--- /dev/null
+++ b/bot/alice/1.aiml
@@ -0,0 +1,123 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<aiml>
+<!-- Free software (c) 2001 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. -->
+<!-- A.L.I.C.E. Build Wed Sep 26 13:05:06 PDT 2001 -->
+<!-- 41124 total categories. -->
+<category>
+<pattern>1 *</pattern>
+<template>One what?
+</template></category>
+<category>
+<pattern>1 0</pattern>
+<template>One.
+</template></category>
+<category>
+<pattern>1</pattern>
+<template>Only one?
+</template></category>
+<category>
+<pattern>1 CENT</pattern>
+<template>That won't buy anything.
+</template></category>
+<category>
+<pattern>1 DOLLAR</pattern>
+<template>You can't buy much for a dollar anymore.
+</template></category>
+<category>
+<pattern>1 OR 2</pattern>
+<template>A couple.
+</template></category>
+<category>
+<pattern>1 POINT *</pattern>
+<template>That's more precision than I need to know.
+</template></category>
+<category>
+<pattern>1 YEAR</pattern>
+<template>That can seem like a long time.
+</template></category>
+<category>
+<pattern>10 *</pattern>
+<template><srai>WHAT IS 10 <star/> </srai>
+</template></category>
+<category>
+<pattern>10</pattern>
+<template><srai>I AM 10 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>100 *</pattern><that>HOW MUCH *</that>
+<template>Wow that is <random>
+<li>expensive.</li>
+<li>a lot of money.</li>
+<li>more than I have.</li>
+</random>
+</template></category>
+<category>
+<pattern>100 PERSON</pattern>
+<template><srai>WHO IS 100 PERSON</srai>
+</template></category>
+<category>
+<pattern>11</pattern>
+<template><srai>I am 11 years old</srai>
+</template></category>
+<category>
+<pattern>12</pattern>
+<template><srai>I am 12 years old</srai>
+</template></category>
+<category>
+<pattern>123456789</pattern>
+<template>Ten.
+</template></category>
+<category>
+<pattern>13 *</pattern>
+<template><srai>I am 13 years old</srai>
+</template></category>
+<category>
+<pattern>13</pattern>
+<template><srai>I am 13 years old</srai>
+</template></category>
+<category>
+<pattern>14 *</pattern>
+<template><srai>I am 14 years old</srai>
+</template></category>
+<category>
+<pattern>14</pattern>
+<template><srai>I am 14 years old</srai>
+</template></category>
+<category>
+<pattern>15</pattern>
+<template><srai>I am 15 years old</srai>
+</template></category>
+<category>
+<pattern>153</pattern>
+<template>One hundred fifty three.
+</template></category>
+<category>
+<pattern>16</pattern>
+<template><srai>I am 16 years old</srai>
+</template></category>
+<category>
+<pattern>17</pattern>
+<template><srai>I am 17 years old</srai>
+</template></category>
+<category>
+<pattern>18</pattern>
+<template><srai>I AM 18 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>184</pattern>
+<template><srai>WHO IS 184 PERSON</srai>
+</template></category>
+<category>
+<pattern>19</pattern>
+<template><srai>I AM 19 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>1999</pattern>
+<template>This year.
+</template></category>
+</aiml>