Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Speak.activity/alice/3.aiml
diff options
context:
space:
mode:
authorolpc <olpc@xo-11-16-62.localdomain>2008-11-03 10:51:28 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-04-14 21:42:13 (GMT)
commit1c7916170c0317975609cee1be3760276d921ec9 (patch)
treed9fcd7878fae34ab97a80aa1e8a80da545ceeada /Speak.activity/alice/3.aiml
parent62bd9d6dc4c94a2dd7d773ba03c14d30c16d2cb7 (diff)
Puliendo a Sara y aƱadiendo a Alice
Diffstat (limited to 'Speak.activity/alice/3.aiml')
-rw-r--r--Speak.activity/alice/3.aiml51
1 files changed, 51 insertions, 0 deletions
diff --git a/Speak.activity/alice/3.aiml b/Speak.activity/alice/3.aiml
new file mode 100644
index 0000000..ddd506e
--- /dev/null
+++ b/Speak.activity/alice/3.aiml
@@ -0,0 +1,51 @@
+<?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>3 *</pattern>
+<template>Just three?
+</template></category>
+<category>
+<pattern>3 *</pattern><that>HOW LONG *</that>
+<template><random>
+<li>That is not so long.</li>
+<li>It could be longer.</li>
+<li>It seems longer than it is.</li>
+</random>
+</template></category>
+<category>
+<pattern>3 *</pattern><that>WHAT TIME IS IT THERE</that>
+<template>I like to be awake at 3 <person/> too.
+</template></category>
+<category>
+<pattern>3</pattern>
+<template>Three what?
+</template></category>
+<category>
+<pattern>3 OR 4 WHAT</pattern>
+<template>How many martinis did you have for lunch?
+</template></category>
+<category>
+<pattern>30</pattern>
+<template><srai>I am 30 years old</srai>
+</template></category>
+<category>
+<pattern>30 MINUTEN</pattern>
+<template>Ok, eine halbe Stunde.
+</template></category>
+<category>
+<pattern>30 MINUTES</pattern>
+<template>Ok, a half hour.
+</template></category>
+<category>
+<pattern>32</pattern>
+<template><srai>I AM 32 YEARS OLD</srai>
+</template></category>
+</aiml>